XuniDropDownItemLoadingEventArgs クラス リファレンス
| 継承元 | XuniEventArgs : NSObject |
|---|---|
| 定義先 | XuniComboBoxEventArgs.h |
itemData
ドロップダウン項目データを取得します。
@property (readonly) NSObject *itemData内容
ドロップダウン項目データを取得します。
定義先
XuniComboBoxEventArgs.h
itemRect
ドロップダウン項目四角形を取得します。
@property (readonly) CGRect itemRect内容
ドロップダウン項目四角形を取得します。
定義先
XuniComboBoxEventArgs.h
– initWithData:itemRect:
新しく割り当てられた XuniDropDownItemLoadingEventArgs オブジェクトを初期化して返します。
- (instancetype)initWithData:(NSObject *)itemData itemRect:(CGRect)itemRectパラメータ
itemData |
ドロップダウン項目データ |
|---|---|
itemRect |
ドロップダウン項目四角形領域 |
戻り値
初期化された XuniDropDownItemLoadingEventArgs オブジェクト。オブジェクトを作成できなかった場合は nil。
内容
新しく割り当てられた XuniDropDownItemLoadingEventArgs オブジェクトを初期化して返します。
定義先
XuniComboBoxEventArgs.h