EVENTS Enumeration

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Fields
 
Name Value Description
EVENT_OBJECT_FOCUS 32773
EVENT_OBJECT_INVOKED 32787
WINEVENT_OUTOFCONTEXT 0
[Flags]
 public enum EVENTS : uint
 {
     EVENT_OBJECT_INVOKED = 0x8013,
     EVENT_OBJECT_FOCUS = 0x8005,
     WINEVENT_OUTOFCONTEXT = 0
 }
					
This language is not supported or no code example is available.

In this article

Definition