Version

ComboEventIds Enumeration

Uniquely identifies each UltraCombo specific event
Syntax
'Declaration
 
Public Enum ComboEventIds 
   Inherits System.Enum
public enum ComboEventIds : System.Enum 
Members
MemberDescription
AfterAutoSizeColumnevent id that identifies AfterAutoSizeColumn event
AfterBandHiddenChangedEvent id that identifies AfterBandHiddenChanged event.
AfterCloseUpFired after the list is closed up
AfterColPosChangedevent id that identifies AfterColPosChanged event
AfterDropDownFired after the list is dropped down
AfterEditorButtonCheckStateChangedevent id that identifies AfterEditorButtonCheckStateChanged event
AfterEditorButtonCloseUpevent id that identifies AfterEditorButtonCloseUp event
AfterHeaderCheckStateChangedEvent id that identifies the AfterHeaderCheckStateChanged event.
AfterRowFilterChangedevent id that identifies AfterRowFilterChanged event
AfterRowFilterDropDownPopulateevent id that identifies AfterRowFilterDropDownPopulate event
AfterSortChangeevent id that identifies AfterSortChange event
BeforeAutoSizeColumnevent id that identifies BeforeAutoSizeColumn event
BeforeBandHiddenChangedEvent id that identifies BeforeBandHiddenChanged event.
BeforeColPosChangedevent id that identifies BeforeColPosChanged event
BeforeColumnChooserDisplayedEvent id that identifies BeforeColumnChooserDisplayed event.
BeforeCustomRowFilterDialogevent id that identifies BeforeCustomRowFilterDialog event
BeforeDropDownFired before the list is dropped down
BeforeEditorButtonCheckStateChangedevent id that identifies BeforeEditorButtonCheckStateChanged event
BeforeEditorButtonDropDownevent id that identifies BeforeEditorButtonDropDown event
BeforeHeaderCheckStateChangedEvent id that identifies the BeforeHeaderCheckStateChanged event.
BeforeRowFilterChangedevent id that identifies BeforeRowFilterChanged event
BeforeRowFilterDropDownevent id that identifies BeforeRowFilterDropDown event
BeforeRowFilterDropDownPopulateevent id that identifies BeforeRowFilterDropDownPopulate event
BeforeSortChangeevent id that identifies BeforeSortChange event
EditorButtonClickevent id that identifies EditorButtonClick event
EditorSpinButtonClickevent id that identifies EditorSpinButtonClick event
FilterCellValueChangedEvent id that identifies FilterCellValueChanged event.
FilterRowevent id that identifies FilterRow event
GestureCompletedThe GestureCompleted event.
GestureQueryStatusThe GestureQueryStatus event.
GestureStartingThe GestureStarting event.
InitializeEditorButtonCheckStateevent id that identifies InitializeEditorButtonCheckState event
InitializeLayoutFired when a layout is initialized
InitializeRowFired when a row is initialized
InitializeRowsCollectionEvent id that identifies InitializeRowsCollection event.
ItemNotInListFired before the Validating event whenever the text value in the editor portion of the control is not a value in the control’s valuelist.
MouseEnterElementevent id that identifies MouseEnterElement event
MouseLeaveElementevent id that identifies MouseLeaveElement event
PanGestureThe PanGesture event.
PressAndHoldGestureThe PressAndHoldGesture event.
PressAndTapGestureThe PressAndTapGesture event.
RotateGestureThe RotateGesture event.
RowSelectedfired when a new row is selected
TwoFingerTapGestureThe TwoFingerTapGesture event.
ValueChangedFired when the value property has changed
ZoomGestureThe ZoomGesture event.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also