The following tables list the members exposed by UICommand.
Name | Description | |
---|---|---|
![]() | UICommand Constructor | Overloaded. Initializes a new instance of the UICommand class. |
Name | Description | |
---|---|---|
![]() | Description | A brief description of what the command does. |
![]() | Image | The image to display in the user-interface for this command. |
![]() | IsCheckable | Indicates whether the command supports being checked. I.e., whether the IsChecked property is applicable. |
![]() | IsChecked | Indicates whether the command is checked. |
![]() | Text | The caption to display in the user-interface for the command. |
Name | Description | |
---|---|---|
![]() | CanExecute | Determines whether the command can execute in its current state. (Inherited from RelayCommand) |
![]() | Execute | Called when the command is invoked. (Inherited from RelayCommand) |
Name | Description | |
---|---|---|
![]() | OnPropertyChanged | Raises the PropertyChanged event. |
Name | Description | |
---|---|---|
![]() | CanExecuteChanged | Occurs when changes to the command source are detected by the command manager. (Inherited from RelayCommand) |
![]() | PropertyChanged | Occurs when a property value changes. |