Krypton OutlookGrid Help
OutlookGridRowNodeEventBase Constructor |
Initializes a new instance of the OutlookGridRowNodeEventBase 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 OutlookGridRowNodeEventBase( OutlookGridRow node )
Public Sub New ( node As OutlookGridRow )
Parameters
- node
- Type: JDHSoftware.Krypton.Toolkit.KryptonOutlookGridOutlookGridRow
The node.
See Also