Click or drag to resize

CommandCollectionCommandLineHandler Delegate

Represents the method that will handle the CommandLine event.

Namespace:  Easymap.AddIn
Assembly:  EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax
public delegate void CommandLineHandler(
	Object sender,
	CommandCollectionCommandLineHandlerArgs e
)

Parameters

sender
Type: SystemObject
e
Type: Easymap.AddInCommandCollectionCommandLineHandlerArgs
See Also