KryptonOutlookGrid.OnCellBeginEdit Method

Krypton OutlookGrid

KryptonOutlookGridOnCellBeginEdit Method
Krypton OutlookGrid v1.6.0
Raises the [E:CellBeginEdit] 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 OnCellBeginEdit(
	DataGridViewCellCancelEventArgs e
)
Protected Overrides Sub OnCellBeginEdit ( 
	e As DataGridViewCellCancelEventArgs
)

Parameters

e
Type: System.Windows.FormsDataGridViewCellCancelEventArgs
The DataGridViewCellCancelEventArgs instance containing the event data.
See Also