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

IndexPanelItemCommandEventArgs(Object, Object, CommandEventArgs) Constructor

Initializes a new instance of the IndexPanelItemCommandEventArgs class with the specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public IndexPanelItemCommandEventArgs(
    object groupValue,
    object commandSource,
    CommandEventArgs originalArgs
)

Parameters

Name Type Description
groupValue Object

A Object representing the group value of the item related to the generated event.

commandSource Object

A Object object that identifies the source of the command.

originalArgs CommandEventArgs

A CommandEventArgs object that contains an argument for the command.

See Also