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

DataViewItemCommandEventArgs(DataViewItem, Object, CommandEventArgs) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public DataViewItemCommandEventArgs(
    DataViewItem item,
    object commandSource,
    CommandEventArgs originalArgs
)

Parameters

Name Type Description
item DataViewItem

A DataViewItem object that represents an 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