delegate
Delegate UIEventHandler<TEvent>
A delegate for handling events.
Parameters
Type | Name | Description |
---|---|---|
TEvent | evt | The details of the event. |
Type Parameters
Name | Description |
---|---|
TEvent | The type of event to handle. |
See Also
RemoveGestureHandler<TGesture>(UIEventHandler<TGesture>)