CommandBinding Constructor (ICommand^, ExecutedRoutedEventHandler^)
.NET Framework (current version)
Initializes a new instance of the CommandBinding class by using the specified ICommand and the specified Executed event handler.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- command
-
Type:
System.Windows.Input::ICommand^
The command to base the new RoutedCommand on.
- executed
-
Type:
System.Windows.Input::ExecutedRoutedEventHandler^
The handler for the Executed event on the new RoutedCommand.
.NET Framework
Available since 3.0
Available since 3.0
Show: