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