WinForms

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

    Show / Hide Table of Contents

    Class ToolStripGalleryItemEventArgs

    Inheritance
    System.Object
    System.EventArgs
    ToolStripGalleryItemEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class ToolStripGalleryItemEventArgs : EventArgs

    Constructors

    ToolStripGalleryItemEventArgs(ToolStripGalleryItem)

    Declaration
    public ToolStripGalleryItemEventArgs(ToolStripGalleryItem galleryItem)
    Parameters
    Type Name Description
    ToolStripGalleryItem galleryItem

    Fields

    GalleryItem

    Declaration
    public ToolStripGalleryItem GalleryItem
    Field Value
    Type Description
    ToolStripGalleryItem
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved