The following tables list the members exposed by UICommand.
Name | Description | |
---|---|---|
![]() | UICommand Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Enabled | Enables or disables the UI command. |
![]() | IsCancelCommand | Specifies whether this command is used to cancel an operation. |
![]() | IsDefaultCommand | Specifies whether this command is the default command. |
![]() | Label | Gets or sets the optional label of the UI command. |
![]() | WasCancelled | Returns true if the command invocation was cancelled. |
Name | Description | |
---|---|---|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
Name | Description | |
---|---|---|
![]() | OnInvoked | Triggers the Invoked event. |
![]() | OnPropertyChanged | Triggers the PropertyChanged event. |
Name | Description | |
---|---|---|
![]() | Invoked | Event triggerd when the UI command is being invoked. |
![]() | PropertyChanged | Occurs when a property value changes. |