KryptonOutlookGridGroupBox.OnFullExpand Method

Krypton OutlookGrid

KryptonOutlookGridGroupBoxOnFullExpand Method
Krypton OutlookGrid v1.6.0
Raises the FullExpand 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 OnFullExpand(
	EventArgs e
)
Protected Overridable Sub OnFullExpand ( 
	e As EventArgs
)

Parameters

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