XuniDropDownItemLoadingEventArgs Class Reference

Inherits from XuniEventArgs : NSObject
Declared in XuniComboBoxEventArgs.h

Overview

XuniDropDownItemLoadingEventArgs Class. Arguments for dropDownItemLoading event.

  itemData

Gets the dropdown item data.

@property (readonly) NSObject *itemData

Discussion

Gets the dropdown item data.

Declared In

XuniComboBoxEventArgs.h

  itemRect

Gets the dropdown item rectangle.

@property (readonly) CGRect itemRect

Discussion

Gets the dropdown item rectangle.

Declared In

XuniComboBoxEventArgs.h

– initWithData:itemRect:

Initializes and returns a newly allocated XuniDropDownItemLoadingEventArgs object.

- (instancetype)initWithData:(NSObject *)itemData itemRect:(CGRect)itemRect

Parameters

itemData

The dropdown item data.

itemRect

The dropdown item rectangle.

Return Value

An initialized XuniDropDownItemLoadingEventArgs object or nil if the object couldn’t be created.

Discussion

Initializes and returns a newly allocated XuniDropDownItemLoadingEventArgs object.

Declared In

XuniComboBoxEventArgs.h