WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RibbonItemEventArgs

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved