DataViewItemCommandEventArgs Constructors
Provides data for the ASPxDataView.ItemCommand event.| Name | Parameters | Description |
|---|---|---|
| DataViewItemCommandEventArgs(DataViewItem, Object, CommandEventArgs) | item, commandSource, originalArgs | Initializes a new instance of the DataViewItemCommandEventArgs class with the specified settings. |
| DataViewItemCommandEventArgs(Object, CommandEventArgs) | commandSource, originalArgs | Initializes a new instance of the DataViewItemCommandEventArgs class. |
See Also