Version

UltraEditorButtonColumnBase Class Events

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

Public Events
 NameDescription
Public EventAfterEditorButtonCheckStateChangedInvoked after the CheckState of a StateEditorButton has been changed.  
Public EventAfterEditorButtonCloseUpInvoked when a dropdown editor button has closed.  
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 EventBeforeEditorButtonCheckStateChangedInvoked before the CheckState of a StateEditorButton has been changed.  
Public EventBeforeEditorButtonDropDownInvoked before a dropdown editor button has been displayed.  
Public EventDisposedOccurs when the System.Windows.Forms.DataGridViewColumn is disposed. (Inherited from System.Windows.Forms.DataGridViewColumn)
Public EventEditorButtonClickInvoked when an editor button is clicked  
Public EventEditorSpinButtonClickInvoked when an spin editor button is clicked  
Public EventInitializeEditorButtonCheckStateInvoked when the check state of a state editor button for an element should be initialized.  
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