Class GroupBarItemEventArgs
Provides data for the GroupBarItemAdded and GroupBarItemRemoved events.
Inheritance
System.Object
GroupBarItemEventArgs
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. |