Version

BeforeHeaderCheckStateChangedEventArgs Class Members

The following tables list the members exposed by BeforeHeaderCheckStateChangedEventArgs.

Public Constructors
Public Properties
 NameDescription
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyColumnGets the UltraGridColumn containing the header checkbox whose state is being changed  
Public PropertyCurrentCheckStateGets the current CheckState value for the header's checkbox  
Public PropertyIsCancelableIndicates if the change of the CheckState can be cancelled  
Public PropertyNewCheckStateGets or sets the new CheckState value for the header's checkbox  
Public PropertyRowsGets the RowsCollection which is affected the header checkbox's state change  
See Also