The event handler delegate that is used by CommandManager to
query the executability of RoutedCommand instances.
Namespace: yWorks.Support.WindowsAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public delegate void CanExecuteRoutedEventHandler( Object sender, CanExecuteRoutedEventArgs e ) |
| Visual Basic |
|---|
Public Delegate Sub CanExecuteRoutedEventHandler ( _ sender As Object, _ e As CanExecuteRoutedEventArgs _ ) |
Parameters
- sender
- Type: System..::..Object