OutlookGridGroupImageEventArgs Constructor

Krypton OutlookGrid

OutlookGridGroupImageEventArgs Constructor
Krypton OutlookGrid v1.6.0
Constructor

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 OutlookGridGroupImageEventArgs(
	OutlookGridRow row
)
Public Sub New ( 
	row As OutlookGridRow
)

Parameters

row
Type: JDHSoftware.Krypton.Toolkit.KryptonOutlookGridOutlookGridRow
The OutlookGridRow.
See Also