OutlookGridRowNodeCancelEventBase Constructor

Krypton OutlookGrid

OutlookGridRowNodeCancelEventBase Constructor
Krypton OutlookGrid v1.6.0
Initializes a new instance of the OutlookGridRowNodeCancelEventBase class.

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
public OutlookGridRowNodeCancelEventBase(
	OutlookGridRow node
)
Public Sub New ( 
	node As OutlookGridRow
)

Parameters

node
Type: JDHSoftware.Krypton.Toolkit.KryptonOutlookGridOutlookGridRow
The node.
See Also