Class CommandEventArgs
Event args for a command
Inheritance
System.Object
System.EventArgs
CommandEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OSGeo.MapGuide.ObjectModels.WebLayout
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public class CommandEventArgs : EventArgs
Constructors
| Improve this Doc View SourceCommandEventArgs(ICommand)
Constructor
Declaration
public CommandEventArgs(ICommand cmd)
Parameters
Type | Name | Description |
---|---|---|
ICommand | cmd |
Properties
| Improve this Doc View SourceCommand
The command
Declaration
public ICommand Command { get; }
Property Value
Type | Description |
---|---|
ICommand |