[]
        
(Showing Draft Content)

C1.WinUI.Viewer.CustomToolEventArgs

CustomToolEventArgs Class

Provides data for the NavigateToCustomTool event.

Inheritance
CustomToolEventArgs
Namespace: C1.WinUI.Viewer
Assembly: C1.WinUI.Viewer.dll
Syntax
public class CustomToolEventArgs : EventArgs

Constructors

Name Description
CustomToolEventArgs(Frame, FlexViewerTool)

Initializes a new instance of the CustomToolEventArgs class.

Properties

Name Description
NavigatedTo

Gets or sets a value indicating if the Frame was successfully navigated to the custom tool panel.

Tool

Gets a value that identifies the clicked custom tool.

ToolFrame

Gets the frame used for hosting the tool panels.