XuniComboBoxDelegate Protocol Reference

Conforms to XuniDropDownDelegate
Declared in XuniComboBoxDelegate.h

Overview

Protocol XuniComboBoxDelegate.

– selectedIndexChanged:

Occurs when the value of selectedIndex changes

- (void)selectedIndexChanged:(XuniComboBox *)sender

Parameters

sender

The XuniComboBox which the selectedIndex changes.

Discussion

Occurs when the value of selectedIndex changes

Declared In

XuniComboBoxDelegate.h

– textChanged:

Occurs when the text value changes.

- (void)textChanged:(XuniComboBox *)sender

Parameters

sender

The XuniComboBox which the text value changes.

Discussion

Occurs when the text value changes.

Declared In

XuniComboBoxDelegate.h

– dropDownItemLoading:args:

Occurs when the dropdown item is loading.

- (UIView *)dropDownItemLoading:(XuniComboBox *)sender args:(XuniDropDownItemLoadingEventArgs *)args

Parameters

sender

The XuniComboBox which the dropdown item is loading.

args

The event arguments.

Return Value

Return the customized view which display within the dropdown item.

Discussion

Occurs when the dropdown item is loading.

Declared In

XuniComboBoxDelegate.h