frmEditTemplateslstSharedVariables_ItemCheck Method

The checked state of an item has changed in the Shared Variables list.

Definition

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

Parameters

sender  Object
The object raising this event.
e  ItemCheckEventArgs
Item check event arguments.

See Also