Version

UltraDateTimeEditorColumn Class Events

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

Public Events
 NameDescription
Public EventAfterCloseUpFired after the dropdown list closes.  
Public EventAfterDropDownFired after the dropdown list is displayed.  
Public EventAfterEditorButtonCheckStateChangedInvoked after the CheckState of a StateEditorButton has been changed. (Inherited from Infragistics.Win.UltraDataGridView.UltraEditorButtonColumnBase)
Public EventAfterEditorButtonCloseUpInvoked when a dropdown editor button has closed. (Inherited from Infragistics.Win.UltraDataGridView.UltraEditorButtonColumnBase)
Public EventAfterEnterEditModeOccurs after a cell enters edit mode. (Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
Public EventAfterExitEditModeOccurs after a cell exits edit mode. (Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
Public EventBeforeDropDownFired before the dropdown list is displayed.  
Public EventBeforeEditorButtonCheckStateChangedInvoked before the CheckState of a StateEditorButton has been changed. (Inherited from Infragistics.Win.UltraDataGridView.UltraEditorButtonColumnBase)
Public EventBeforeEditorButtonDropDownInvoked before a dropdown editor button has been displayed. (Inherited from Infragistics.Win.UltraDataGridView.UltraEditorButtonColumnBase)
Public EventDisposedOccurs when the System.Windows.Forms.DataGridViewColumn is disposed. (Inherited from System.Windows.Forms.DataGridViewColumn)
Public EventEditorButtonClickInvoked when an editor button is clicked (Inherited from Infragistics.Win.UltraDataGridView.UltraEditorButtonColumnBase)
Public EventEditorSpinButtonClickInvoked when an spin editor button is clicked (Inherited from Infragistics.Win.UltraDataGridView.UltraEditorButtonColumnBase)
Public EventInitializeEditorButtonCheckStateInvoked when the check state of a state editor button for an element should be initialized. (Inherited from Infragistics.Win.UltraDataGridView.UltraEditorButtonColumnBase)
Public EventMouseEnterElementFired when the mouse enters a UIElement (Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
Public EventMouseLeaveElementFired when the mouse leaves a UIElement (Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
See Also