IndexPanelItemCommandEventArgs Constructors
Provides data for the events whose functionality relates to processing the Command event fired by a child control within a templated index panel item.| Name | Parameters | Description |
|---|---|---|
| IndexPanelItemCommandEventArgs(Object, Object, CommandEventArgs) | groupValue, commandSource, originalArgs | Initializes a new instance of the IndexPanelItemCommandEventArgs class with the specified settings. |
| IndexPanelItemCommandEventArgs(Object, CommandEventArgs) | commandSource, originalArgs | Initializes a new instance of the IndexPanelItemCommandEventArgs class. |
See Also