KryptonOutlookGrid.OnNodeCollapsing Method

Krypton OutlookGrid

KryptonOutlookGridOnNodeCollapsing Method
Krypton OutlookGrid v1.6.0
Raises the NodeCollapsing 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 OnNodeCollapsing(
	CollapsingEventArgs e
)
Protected Overridable Sub OnNodeCollapsing ( 
	e As CollapsingEventArgs
)

Parameters

e
Type: JDHSoftware.Krypton.Toolkit.KryptonOutlookGridCollapsingEventArgs
A CollapsingEventArgs that contains the event data.
See Also