Version 22.2

BaseDropEditorClientEvents Class Fields

For a list of all members of this type, see BaseDropEditorClientEvents members.

Public Fields
 NameDescription
Public FieldDropDownItemSelectedEvent which is raised after an item in the drop down list is selected. Function takes arguments evt and ui.

Use ui.owner to obtain reference to igEditor.

Use ui.editorInput to obtain reference to the editable input

Use ui.list to obtain reference to the list contaier.

Use ui.item to obtain reference to the list item which is selected.  
Public FieldDropDownItemSelectingEvent which is raised when an item in the drop down list is being selected. Function takes arguments evt and ui.

Use ui.owner to obtain reference to igEditor.

Use ui.editorInput to obtain reference to the editable input

Use ui.list to obtain reference to the list contaier.

Use ui.item to obtain reference to the list item which is about to be selected.  
Public FieldDropDownListClosedEvent which is raised after the drop down is closed. Function takes arguments evt and ui.

Use ui.owner to obtain reference to igEditor.

Use ui.editorInput to obtain reference to the editable input

Use ui.list to obtain reference to the list contaier.  
Public FieldDropDownListClosingEvent which is raised when the drop down is closing. Function takes arguments evt and ui.

Use ui.owner to obtain reference to igEditor.

Use ui.editorInput to obtain reference to the editable input

Use ui.list to obtain reference to the list contaier.  
Public FieldDropDownListOpenedEvent which is raised after the drop down is opened. Function takes arguments evt and ui.

Use ui.owner to obtain reference to igEditor.

Use ui.editorInput to obtain reference to the editable input

Use ui.list to obtain reference to the list contaier.  
Public FieldDropDownListOpeningEvent which is raised when the drop down is opening. Function takes arguments evt and ui.

Use ui.owner to obtain reference to igEditor.

Use ui.editorInput to obtain reference to the editable input

Use ui.list to obtain reference to the list contaier.  
See Also

View on GitHub