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