The event handler delegate that is used by CommandManager to execute RoutedCommand instances.

Namespace: yWorks.Support.Windows
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

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
e
Type: yWorks.Support.Windows..::..ExecutedRoutedEventArgs

See Also