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: 11.2.0.0
Syntax
public delegate void LTComponentChangedHandler(
	Object sender,
	LTComponentChangedArgs e
)

Parameters

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