UIBlock.FireGestureEvent
FireGestureEvent<TGesture>(TGesture)
Fire a gesture event on this UIBlock.
Remarks
The event will traverse up the UIBlock hierarchy until it reaches a UIBlock ancestor (inclusive of this UIBlock) with a registered event handler for the given gesture type, TGesture.
Declaration
public void FireGestureEvent<TGesture>(TGesture gestureEvent)
where TGesture : struct, IGestureEvent
Parameters
| Type | Name | Description |
|---|---|---|
| TGesture | gestureEvent |
Type Parameters
| Name | Description |
|---|---|
| TGesture | The type of gesture event to fire. |