KryptonOutlookGrid.OnColumnHeaderMouseClick Method

Krypton OutlookGrid

KryptonOutlookGridOnColumnHeaderMouseClick Method
Krypton OutlookGrid v1.6.0
Overrides OnColumnHeaderMouseClick

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 override void OnColumnHeaderMouseClick(
	DataGridViewCellMouseEventArgs e
)
Protected Overrides Sub OnColumnHeaderMouseClick ( 
	e As DataGridViewCellMouseEventArgs
)

Parameters

e
Type: System.Windows.FormsDataGridViewCellMouseEventArgs
DataGridViewCellMouseEventArgs
See Also