KryptonOutlookGrid.OnCellDoubleClick Method

Krypton OutlookGrid

KryptonOutlookGridOnCellDoubleClick Method
Krypton OutlookGrid v1.6.0
Raises the [E:CellDoubleClick] event.

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 OnCellDoubleClick(
	DataGridViewCellEventArgs e
)
Protected Overrides Sub OnCellDoubleClick ( 
	e As DataGridViewCellEventArgs
)

Parameters

e
Type: System.Windows.FormsDataGridViewCellEventArgs
The DataGridViewCellEventArgs instance containing the event data.
See Also