delegate
Delegate UIEventHandler<TEvent, TTarget, TIndex>
A delegate for handling indexed type-targeted events.
Parameters
Type | Name | Description |
---|---|---|
TEvent | evt | The details of the event. |
TTarget | target | The object relevant to the event. |
TIndex | index | The index into the data source relevant to |
Type Parameters
Name | Description |
---|---|
TEvent | The type of event to handle. |
TTarget | The type of object relevant to the event. |
TIndex | The type of unique ID, likely used as an index into a relevant data source. |