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