RibbonItemEventArgs(RibbonItemBase) Constructor
Initializes a new instance of the RibbonItemEventArgs class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
item | RibbonItemBase | A RibbonItemBase class descendant object that is an item related to the event. |
Remarks
Instances of the RibbonItemEventArgs class are automatically created, initialized and passed to the corresponding event handlers.
See Also