CommandEventHandler Delegate |
Represents the method that will handle the Command event.
Namespace:
Easymap.AddIn
Assembly:
Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntaxpublic delegate void CommandEventHandler(
Object sender,
CommandArgs e
)
Public Delegate Sub CommandEventHandler (
sender As Object,
e As CommandArgs
)
Parameters
- sender
- Type: SystemObject
- e
- Type: Easymap.AddInCommandArgs
See Also