Infragistics(R) NetAdvantage(R) Windows Forms
OnAfterHeaderCheckBoxStateChanged Method
See Also  E-mail your feedback on this topic.
Infragistics.Win.UltraWinGrid Namespace > UltraGridBase Class : OnAfterHeaderCheckBoxStateChanged Method

e
The event args containing the event information.
Fires the AfterHeaderCheckBoxStateChanged event.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub OnAfterHeaderCheckBoxStateChanged( _
   ByVal e As AfterHeaderCheckStateChangedEventArgs _
) 
C# 
protected virtual void OnAfterHeaderCheckBoxStateChanged( 
   AfterHeaderCheckStateChangedEventArgs e
)

Parameters

e
The event args containing the event information.

See Also