Name | Description | |
---|---|---|
![]() ![]() | EmptyParameter | The empty parameter object, which is passed to command actions, when there is no available parameter |
![]() ![]() | NCommandActionSchema | Schema associated with NCommandAction. |
The following tables list the members exposed by NCommandAction.
Name | Description | |
---|---|---|
![]() ![]() | EmptyParameter | The empty parameter object, which is passed to command actions, when there is no available parameter |
![]() ![]() | NCommandActionSchema | Schema associated with NCommandAction. |
Name | Description | |
---|---|---|
![]() | OwnerCommander | Gets a reference to the commander to which the action belongs |
![]() | OwnerInputElement | Gets a reference to the owner input element |
Name | Description | |
---|---|---|
![]() | Execute | Executes the command action towards the specified target and with the specified parameter. |
![]() | GetCommand | Must override to return the command associated with the action. |
![]() | GetFocusTarget | Gets the focus target of the action target |
![]() | IsChecked | Must override to determine whether the thing that the action toggles is considered checked or not. Applicable only if IsToggleAction returns true. By default returns false. |
![]() | IsEnabled | Determines whether the command action can be executed with the specified parameter and for the specified target. |
![]() | IsToggleAction | Determines whether this is a toggle command action. By default returns false. |
![]() | OnUpdateCommandSource | Called by the commander when an update command source event for this action command has been received by it. |
Name | Description | |
---|---|---|
![]() | ToggleVisibility | Toggles the visibility of the given widget between ENVisibility.Visible and ENVisibility.Collapsed. |