Skip to main content
A newer version of this page is available. .
Tab

RibbonItemEventArgs(RibbonItemBase) Constructor

Initializes a new instance of the RibbonItemEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public RibbonItemEventArgs(
    RibbonItemBase item
)

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