Class CommandBinding
Inheritance
Inherited Members
Namespace: Telerik.WinControls.Diagram.Input
Assembly: Telerik.WinControls.RadDiagram.dll
Syntax
public class CommandBinding
Constructors
CommandBinding()
Initializes a new instance of the System.
Declaration
public CommandBinding()
CommandBinding(ICommand)
Initializes a new instance of the System.
Declaration
public CommandBinding(ICommand command)
Parameters
ICommand
command
The command to base the new System. |
CommandBinding(ICommand, ExecutedRoutedEventHandler)
Initializes a new instance of the System.
Declaration
public CommandBinding(ICommand command, ExecutedRoutedEventHandler executed)
Parameters
ICommand
command
The command to base the new System. |
Executed The handler for the System. |
CommandBinding(ICommand, ExecutedRoutedEventHandler, CanExecuteRoutedEventHandler)
Initializes a new instance of the System.
Declaration
public CommandBinding(ICommand command, ExecutedRoutedEventHandler executed, CanExecuteRoutedEventHandler canExecute)
Parameters
ICommand
command
The command to base the new System. |
Executed The handler for the System. |
Can The handler for the System. |
Properties
Command
Events
CanExecute
Occurs when the command associated with this System.
Declaration
public event CanExecuteRoutedEventHandler CanExecute
Event Type
Executed
Occurs when the command associated with this System.
Declaration
public event ExecutedRoutedEventHandler Executed