C1.Silverlight Namespace / ExecutedRoutedEventHandler Delegate
The object where the event handler is attached.
The event data.

In This Topic
ExecutedRoutedEventHandler Delegate
In This Topic
Represents the method that will handle the Executed and CommandBinding.PreviewExecuted events.
Syntax
'Declaration
 
Public Delegate Sub ExecutedRoutedEventHandler( _
   ByVal sender As Object, _
   ByVal e As ExecutedRoutedEventArgs _
) 
 

Parameters

sender
The object where the event handler is attached.
e
The event data.
See Also