OutlookGridColumnEventArgs Constructor

Krypton OutlookGrid

OutlookGridColumnEventArgs 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 OutlookGridColumnEventArgs(
	OutlookGridColumn col
)
Public Sub New ( 
	col As OutlookGridColumn
)

Parameters

col
Type: JDHSoftware.Krypton.Toolkit.KryptonOutlookGridOutlookGridColumn
The OutlookGridColumn.
See Also