Click or drag to resize

LTComponentChangedHandler Delegate

Represents the method that will handle the LTComponentChanged event.

Namespace:  Easymap.AddIn.Common
Assembly:  EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax
public delegate void LTComponentChangedHandler(
	Object sender,
	LTComponentChangedArgs e
)

Parameters

sender
Type: SystemObject
e
Type: Easymap.AddIn.CommonLTComponentChangedArgs
See Also