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

Parameters

sender  Object
 
e  LTComponentChangedArgs
 
See Also