[]
Enumeration that specifies which of the monitored events occurred for a UI element.
public enum UIElementEvents
It is used only in the HandleUIElementEvent(object, UIElementEvents) method to specify the type of an event. You need this enumeration only if you use custom controls and want to associate topics with UI elements inside them.
Name | Description |
---|---|
Enter | UI element received focus. |
Leave | UI element lost focus. |