interface
IEvent
A common interface implemented by all UIBlock event structs.
Properties
| ID | A unique identifier associated with the event. |
| Receiver | The UIBlock from which the event was invoked. |
| Target | An ancestor of the Receiver (or the Receiver itself) holding information pertinent to the event handler. |
Extension Methods
| Consume | Stops the event from propagating further up the UIBlock hierarchy. |