menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GroupBarItemEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GroupBarItemEventArgs

    Provides data for the GroupBarItemAdded and GroupBarItemRemoved events.

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

    The GroupBar control uses the GroupBarItemAdded and GroupBarItemRemoved events to notify users of a change in its GroupBarItems collection. GroupBarItemEventHandler

    Constructors

    GroupBarItemEventArgs(GroupBarItem)

    Creates a new instance of the GroupBarItemEventArgs class.

    Declaration
    public GroupBarItemEventArgs(GroupBarItem item)
    Parameters
    Type Name Description
    GroupBarItem item

    The GroupBarItem to store in this event.

    Properties

    Item

    Returns the GroupBarItem used by this event.

    Declaration
    public GroupBarItem Item { get; }
    Property Value
    Type Description
    GroupBarItem

    The GroupBarItem object used by the event.

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