class
UIBlockExtensions
Inherits from System.Object
Static Methods
| AddGestureHandler | Subscribe to a gesture event on this UIBlock's descendant hierarchy (inclusive of this UIBlock), filtered to the given ItemVisuals type,   | 
      
| RemoveGestureHandler | Unsubscribe from a gesture event previously subscribed to via AddGestureHandler<TGesture, TVisuals>(UIBlock, UIEventHandler<TGesture, TVisuals>).  |