CommandCollectionCommandLineHandler Delegate |
Represents the method that will handle the CommandLine event.
Namespace: Easymap.AddInAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic delegate void CommandLineHandler(
Object sender,
CommandCollectionCommandLineHandlerArgs e
)
Public Delegate Sub CommandLineHandler (
sender As Object,
e As CommandCollectionCommandLineHandlerArgs
)
Parameters
- sender Object
- e CommandCollectionCommandLineHandlerArgs
See Also