UiEvent
Represents the event args for any UI event.
Gets the event details.
Gets the associated view.
public UiEvent()
Creates a new event.
public UiEvent(string type, bool bubbles = false, bool cancelable = false, IWindow view = null, int detail = 0)
Creates a new event and initializes it.
Initializes the UI event.