Name | Description | |
---|---|---|
NCommand Constructor |
The following tables list the members exposed by NCommand.
Name | Description | |
---|---|---|
NCommand Constructor |
Name | Description | |
---|---|---|
ExecuteCommandEvent | A bubbling event that bubbles up the target ancestors chain and invokes the command action associated with the event command. | |
QueryCommandTargetEvent | A bubbling event that bubbles up the NCommandSource ancestors chain and results in command target element for Execute and UpdateSource events. | |
RedoCommand | Predefined Redo Command | |
UndoCommand | Predefined Undo Command | |
UpdateCommandSourceEvent | A bubbling event that bubbles up the NCommandSource ancestors chain and updates the command source associated with the event. |
Name | Description | |
---|---|---|
Id | Gets the command Id. | |
Name | Gets the full name of the command. | |
Shortcut | Gets or sets the command shortcut. | |
Text | Gets the textual representation of the command. |
Name | Description | |
---|---|---|
Create | Overloaded. Creates a DOM command with the specified parameters. | |
GetById | Gets the command associated with the specified id | |
GetByName | Gets the command associated with the specified command name. |