Click or drag to resize

CommandArgs Class

Arguments for click and update handlers of the Command.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Easymap.AddInCommandArgs

Namespace: Easymap.AddIn
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public sealed class CommandArgs : EventArgs, 
	IDocumentProperty

The CommandArgs type exposes the following members.

Properties
 NameDescription
Public propertyDocument The current Document
Top
See Also