Class RibbonItemEventArgs
Provides data for RibbonItemsEventHandler. Event arguments contains extra information about System.Windows.Forms.ToolStripItem item.
Inheritance
System.Object
RibbonItemEventArgs
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class RibbonItemEventArgs : CancelEventArgs
Constructors
RibbonItemEventArgs(ToolStripItem)
Initializes a new instance of the RibbonItemEventArgs class.
Declaration
public RibbonItemEventArgs(ToolStripItem item)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.ToolStripItem | item | The toolstrip item that is the source of the event. |
Properties
Item
Gets the toolstrip item associated with the event.
Declaration
public ToolStripItem Item { get; }
Property Value
Type | Description |
---|---|
System.Windows.Forms.ToolStripItem | The toolstrip item associated with the event. |