XuniNotifyCollectionChangedEventArgs クラス リファレンス
継承元 | XuniEventArgs : NSObject |
---|---|
定義先 | ICollectionView.h |
+ reset
引数をリセットします。
+ (XuniNotifyCollectionChangedEventArgs *)reset
戻り値
リセットされたオブジェクト
内容
引数をリセットします。
定義先
ICollectionView.h
action
イベントの原因になったアクションを取得します。
@property XuniNotifyCollectionChangedAction action
内容
イベントの原因になったアクションを取得します。
定義先
ICollectionView.h
startingIndex
コレクション内の新しい項目の開始インデックス
@property long startingIndex
内容
コレクション内の新しい項目の開始インデックス
定義先
ICollectionView.h
oldItems
コレクションから削除された古い項目
@property NSMutableArray *oldItems
内容
コレクションから削除された古い項目
定義先
ICollectionView.h
oldStartingIndex
コレクションから削除された古い項目の開始インデックス
@property long oldStartingIndex
内容
コレクションから削除された古い項目の開始インデックス
定義先
ICollectionView.h
– initWithAction:
XuniNotifyCollectionChangedEventArgs オブジェクトを初期化します。
- (id)initWithAction:(XuniNotifyCollectionChangedAction)action
パラメータ
action |
指定されたアクション |
---|
戻り値
XuniNotifyCollectionChangedEventArgs オブジェクト
内容
XuniNotifyCollectionChangedEventArgs オブジェクトを初期化します。
定義先
ICollectionView.h
– initWithAction:forItems:atStartingIndex:forOldItems:atOldStartingIndex:
引数を指定して XuniNotifyCollectionChangedEventArgs オブジェクトを初期化します。
- (id)initWithAction:(XuniNotifyCollectionChangedAction)action forItems:(NSMutableArray *)items atStartingIndex:(long)startingIndex forOldItems:(NSMutableArray *)oldItems atOldStartingIndex:(long)oldStartingIndex
パラメータ
action |
指定されたアクション |
---|---|
items |
項目 |
startingIndex |
開始位置のインデックス |
oldItems |
変更前の項目 |
oldStartingIndex |
変更前の開始位置のインデックス |
戻り値
XuniNotifyCollectionChangedEventArgs オブジェクト
内容
引数を指定して XuniNotifyCollectionChangedEventArgs オブジェクトを初期化します。
定義先
ICollectionView.h