KryptonOutlookGridGroupBox.OnGroupExpand Method

Krypton OutlookGrid

KryptonOutlookGridGroupBoxOnGroupExpand Method
Krypton OutlookGrid v1.6.0
Raises the Group Expand 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 OnGroupExpand(
	OutlookGridColumnEventArgs e
)
Protected Overridable Sub OnGroupExpand ( 
	e As OutlookGridColumnEventArgs
)

Parameters

e
Type: JDHSoftware.Krypton.Toolkit.KryptonOutlookGridOutlookGridColumnEventArgs
A EventArgs that contains the event data.
See Also