docsに従って、 DataChanged イベントが発生しますwhenever the records in the Store have changed in some way - this could include adding or removing records, or updating the data in existing records
私の質問は、どのレコードが追加/削除/変更されたかをどのように知るかです。パラメータとしてストア参照のみを取得します。
docsに従って、 DataChanged イベントが発生しますwhenever the records in the Store have changed in some way - this could include adding or removing records, or updating the data in existing records
私の質問は、どのレコードが追加/削除/変更されたかをどのように知るかです。パラメータとしてストア参照のみを取得します。