frmEditOperationdgVariables_EditingControlShowing Method

The current data grid cell editing control is preparing to show.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
private void dgVariables_EditingControlShowing(
	Object sender,
	DataGridViewEditingControlShowingEventArgs e
)

Parameters

sender  Object
The object raising this event.
e  DataGridViewEditingControlShowingEventArgs
DataGridView editing control showing event arguments.

See Also