KryptonOutlookGridGroupBox.OnClearGrouping Method

Krypton OutlookGrid

KryptonOutlookGridGroupBoxOnClearGrouping Method
Krypton OutlookGrid v1.6.0
Raises the ClearGrouping event.

Namespace: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid
Assembly: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid (in JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
protected virtual void OnClearGrouping(
	EventArgs e
)
Protected Overridable Sub OnClearGrouping ( 
	e As EventArgs
)

Parameters

e
Type: SystemEventArgs
A EventArgs that contains the event data.
See Also