Represents the method that will handle the Executed and PreviewExecuted events.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public delegate void ExecutedRoutedEventHandler(
	Object sender,
	ExecutedRoutedEventArgs e
)
Visual Basic
Public Delegate Sub ExecutedRoutedEventHandler ( _
	sender As Object, _
	e As ExecutedRoutedEventArgs _
)

Parameters

sender
Type: System..::..Object
The object where the event handler is attached.
e
Type: C1.Silverlight..::..ExecutedRoutedEventArgs
The event data.

See Also