frmMainlvCutList_DoubleClick Method

The cut list has received a double-click. Edit the selected item.

Definition

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

Parameters

sender  Object
The object raising this event.
e  EventArgs
Standard event arguments.

See Also