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. |