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