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