C1.Silverlight Namespace / CanExecuteRoutedEventHandler Delegate
The command target that is invoking the handler.
The event data.

In This Topic
CanExecuteRoutedEventHandler Delegate
In This Topic
Represents the method that will handle the CanExecute event.
Syntax
'Declaration
 
Public Delegate Sub CanExecuteRoutedEventHandler( _
   ByVal sender As Object, _
   ByVal e As CanExecuteRoutedEventArgs _
) 
 

Parameters

sender
The command target that is invoking the handler.
e
The event data.
See Also