Class ToolEventArgs
This class encapsulates event arguments for events fired by the controller that are caused by Tool objects.
Inheritance
System.Object
ToolEventArgs
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Windows.dll
Syntax
public class ToolEventArgs : EventArgs
Constructors
ToolEventArgs(Tool)
Initializes a new instance of the ToolEventArgs class.
Declaration
public ToolEventArgs(Tool tool)
Parameters
| Type | Name | Description |
|---|---|---|
| Tool | tool | The UI Tool. |
Properties
Tool
Gets the tool object that generated the event.
Declaration
public Tool Tool { get; }
Property Value
| Type |
|---|
| Tool |