VisualElement.SendEvent

Declaration

public void SendEvent(UIElements.EventBase e);

Parameters

e The event to send.

Description

Sends an event to the event handler.

The event is forwarded to the event dispatcher for processing. For more information, refer to Synthesize and send events.

Additional resources: IEventHandler.HandleEvent, EventDispatcher, EventBase


Did you find this page useful? Please give it a rating: