'Declaration
Public Delegate Sub ExecutedRoutedEventHandler( _ ByVal sender As Object, _ ByVal e As ExecutedRoutedEventArgs _ )
public delegate void ExecutedRoutedEventHandler( object sender, ExecutedRoutedEventArgs e )
Parameters
- sender
- The object where the event handler is attached.
- e
- The event data.