LTComponentChangedHandler Delegate |
Represents the method that will handle the LTComponentChanged event.
Namespace: Easymap.AddIn.CommonAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic delegate void LTComponentChangedHandler(
Object sender,
LTComponentChangedArgs e
)
Public Delegate Sub LTComponentChangedHandler (
sender As Object,
e As LTComponentChangedArgs
)
Parameters
- sender Object
-
- e LTComponentChangedArgs
-
See Also