This section describes events fired by this UI component.
Raised once the drop-down editor is closed.
Event
Main article: onClosed
Raised when the UI component's content is ready.
Main article: onContentReady.
Raised before the UI component is disposed of.
Main article: onDisposing
Raised only once, after the UI component is initialized.
Main article: onInitialized
Raised when a list item is clicked or tapped.
Main article: onItemClick
Raised once the drop-down editor is opened.
Main article: onOpened
Raised after a UI component property is changed.
Main article: onOptionChanged
Raised before the next page is loaded.
Main article: onPageLoading
Raised when the "pull to refresh" gesture is performed on the drop-down item list.
Main article: onPullRefresh
Raised on each scroll gesture performed on the drop-down item list.
Main article: onScroll
Raised when a list item is selected or selection is canceled.
Main article: onSelectionChanged
Use the dropDownOptions event instead.
Raised when the drop-down list's title is rendered.
Main article: onTitleRendered
Raised after the UI component's value is changed.
Main article: onValueChanged