DateTimeEditors for WinRT
CommandBinding Constructor(ICommand,ExecutedRoutedEventHandler,CanExecuteRoutedEventHandler)

The command.
The handler for the Executed event on the new command.
The handler for the CanExecute event on the new command.
Initializes a new instance of the CommandBinding class by using the specified System.Windows.Input.ICommand and the specified Executed and CanExecute even handlers.
Syntax
'Declaration
 
Public Function New( _
   ByVal command As System.Windows.Input.ICommand, _
   ByVal executed As ExecutedRoutedEventHandler, _
   ByVal canExecute As CanExecuteRoutedEventHandler _
)
public CommandBinding( 
   System.Windows.Input.ICommand command,
   ExecutedRoutedEventHandler executed,
   CanExecuteRoutedEventHandler canExecute
)

Parameters

command
The command.
executed
The handler for the Executed event on the new command.
canExecute
The handler for the CanExecute event on the new command.
See Also

Reference

CommandBinding Class
CommandBinding Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback