Class NavigationCommand
Represents the class for navigation command of the control.
Inheritance
System.Object
NavigationCommand
Implements
System.Windows.Input.ICommand
Assembly: Syncfusion.Tools.Wpf.dll
public class NavigationCommand : Object, ICommand
Constructors
Declaration
public NavigationCommand(Action<object> executeAction)
Parameters
Type |
Name |
Description |
System.Action<System.Object> |
executeAction |
|
Declaration
public NavigationCommand(Action<object> executeAction, Predicate<object> canExecute)
Parameters
Type |
Name |
Description |
System.Action<System.Object> |
executeAction |
|
System.Predicate<System.Object> |
canExecute |
|
Methods
Declaration
public bool CanExecute(object parameter)
Parameters
Type |
Name |
Description |
System.Object |
parameter |
|
Returns
Declaration
public void Execute(object parameter)
Parameters
Type |
Name |
Description |
System.Object |
parameter |
|
Declaration
public void UpdateCanExecute()
Events
Declaration
public event EventHandler CanExecuteChanged
Event Type
Implements
System.Windows.Input.ICommand