[]
Provides data for the NavigateToCustomTool event.
public class CustomToolEventArgs : EventArgs
| Name | Description |
|---|---|
| CustomToolEventArgs(Frame, FlexViewerTool) | Initializes a new instance of the CustomToolEventArgs class. |
| 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. |