ICommandTarget Interface
Provides the base requirements for a command target.
public interface ICommandTarget
Properties
CommandLinks
A CommandLinkCollection containing the command links associated with the object.
ForwardCommandsTo
The ICommandTarget to forward commands to.
Methods
RaiseCommand(Command)
Raises the specified Command.
bool RaiseCommand(Command command)
| Parameter | Type | Description |
|---|---|---|
| command | Command | The Command to raise. |