IndexPanelItemCommandEventArgs(Object, Object, CommandEventArgs) Constructor
Initializes a new instance of the IndexPanelItemCommandEventArgs class with the specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v21.2.dll
NuGet Package: DevExpress.Web
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