The event handler delegate that is used by CommandManager to
query the executability of RoutedCommand instances.
Namespace: yWorks.Support.WindowsAssembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)
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