Class AddNewToolStripItemEventArgs
Event arguments for AddNewToolStripItemEventHandler.
Inheritance
System.Object
AddNewToolStripItemEventArgs
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class AddNewToolStripItemEventArgs : EventArgs
Constructors
AddNewToolStripItemEventArgs(Type)
Initializes a new instance of the AddNewToolStripItemEventArgs class.
Declaration
public AddNewToolStripItemEventArgs(Type type)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Type | type | Item that became selected. |
Fields
Type
Type of item to add.
Declaration
public Type Type
Field Value
| Type |
|---|
| System.Type |