DocumentMapCommands.ExecuteGoToNodeCommand(FrameworkElement, ExecutedRoutedEventArgs) Method
Executes the DocumentMapCommands.GoToNodeCommand command.
Namespace: DevExpress.Xpf.DocumentViewer
Assembly: DevExpress.Xpf.DocumentViewer.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.DocumentViewer.Core
Declaration
public static void ExecuteGoToNodeCommand(
FrameworkElement d,
ExecutedRoutedEventArgs e
)
Parameters
Name | Type |
---|---|
d | FrameworkElement |
e | ExecutedRoutedEventArgs |
See Also