Skip to main content

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.

public class RibbonBarGroupEventArgs : EventArgs

Constructors

Instance memberRibbonBarGroupEventArgs(group)

Initializes a new instance of RibbonBarGroupEventArgs using the specified parameters.

NameTypeDescription
groupRibbonBarGroupThe RibbonBarGroup that originated the event.

Properties

Instance memberGroup

RibbonBarGroup: The RibbonBarGroup that originated the event.