XuniDropDownOpenChangingEventArgs Class Reference

Inherits from XuniEventArgs : NSObject
Declared in DropDownEventArgs.h

Overview

XuniDropDownOpenChangingEventArgs Class. Arguments for DropDownOpenChanging event.

  dropDown

Gets or sets the drop down.

@property (nonatomic) XuniDropDown *dropDown

Discussion

Gets or sets the drop down.

Declared In

DropDownEventArgs.h

– initWithDropDown:

Initializes and returns a newly allocated XuniDropDownOpenChangingEventArgs object.

- (instancetype)initWithDropDown:(XuniDropDown *)dropDown

Parameters

dropDown

The dropDown control.

Return Value

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

Discussion

Initializes and returns a newly allocated XuniDropDownOpenChangingEventArgs object.

Declared In

DropDownEventArgs.h