ToolCommand Members
Include Protected Members
Include Inherited Members
Acts as a command identifier and as a unified way of invoking a particular command.
The ToolCommand type exposes the following members.
Constructors
Name
Description
Overloaded. Initializes a new instance of the ToolCommand class.
Top
Methods
Name
Description
Locates a command binding for the command and asks if it is enabled.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Locates a command binding for the command and executes it.
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Returns the name of this command. (Overrides Object.ToString().)
Top
Properties
Name
Description
Gets the name of this command.
Top
Events
Name
Description
Occurs when the status of this command changes.
Top
Explicit Interface Implementations
Name
Description
For a description of this member, see ICommand.CanExecute.
For a description of this member, see ICommand.Execute.
Top