RibbonBarGroupEventArgs
Namespace: Wisej.Web.Ext.RibbonBar
Assembly: Wisej.Web.Ext.RibbonBar
Contains the data for the events in a RibbonBar control fired by its RibbonBarGroup components.
- C#
- VB.NET
public class RibbonBarGroupEventArgs : EventArgs
Public Class RibbonBarGroupEventArgs
Inherits EventArgs
Constructors
RibbonBarGroupEventArgs(group)
Initializes a new instance of RibbonBarGroupEventArgs using the specified parameters.
| Name | Type | Description |
|---|---|---|
| group | RibbonBarGroup | The RibbonBarGroup that originated the event. |
Properties
Group
RibbonBarGroup: The RibbonBarGroup that originated the event.