Class ToolStripEventArgs
Event arguments for ToolStripEventHandler
Inheritance
System.Object
ToolStripEventArgs
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class ToolStripEventArgs : EventArgs
Constructors
ToolStripEventArgs(ToolStrip)
Initializes a new instance of the ToolStripEventArgs class.
Declaration
public ToolStripEventArgs(ToolStrip toolStrip)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.Forms.ToolStrip | toolStrip | Underlying ToolStrip. |
Fields
ToolStrip
Underlying ToolStrip.
Declaration
public ToolStrip ToolStrip
Field Value
| Type |
|---|
| System.Windows.Forms.ToolStrip |