CommandEventArgs Class
Provides data for Command events.
public class CommandEventArgs : EventArgs
Constructors
CommandEventArgs(Command)
Provides data for Command events.
public CommandEventArgs(Command command)
| Parameter | Type | Description |
|---|---|---|
| command | Command | The Command that is affected by this event. |
Properties
Command
The Command that is affected by this event.
Inherited Members
- EventArgs.Empty
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()