Class RedoCommand
Defines the command for redo the changes.
Inheritance
System.Object
RedoCommand
Implements
System.Windows.Input.ICommand
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.PdfViewer.WPF.dll
Syntax
public class RedoCommand : Object, ICommand
Methods
CanExecute(Object)
Determines whether this RedoCommand can execute in its current state.
Declaration
public bool CanExecute(object parameter)
Parameters
Type | Name | Description |
---|---|---|
System.Object | parameter | A user defined data type. |
Returns
Type | Description |
---|---|
System.Boolean |
|
Execute(Object)
Executes the RedoCommand
Declaration
public void Execute(object parameter)
Parameters
Type | Name | Description |
---|---|---|
System.Object | parameter | User defined parameter to be passed to the handler. |
Events
CanExecuteChanged
Occurs when changes to the command source are detected by the command manager.
Declaration
public event EventHandler CanExecuteChanged
Event Type
Type |
---|
System.EventHandler |
Implements
System.Windows.Input.ICommand