The following tables list the members exposed by PageNavigationCommand.
Name | Description | |
---|---|---|
![]() | PageNavigationCommand Constructor | Overloaded. Initializes a new instance of the PageNavigationCommand class. |
Name | Description | |
---|---|---|
![]() | CommandType | The type of page navigation command. |
![]() | Description | A brief description of what the command does. (Inherited from UICommand) |
![]() | Image | The image to display in the user-interface for this command. (Inherited from UICommand) |
![]() | IsCheckable | Indicates whether the command supports being checked. I.e., whether the IsChecked property is applicable. (Inherited from UICommand) |
![]() | IsChecked | Indicates whether the command is checked. (Inherited from UICommand) |
![]() | Text | The caption to display in the user-interface for the command. (Inherited from UICommand) |
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. (Inherited from UICommand) |
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. (Inherited from UICommand) |