UiaFocusChangedEventArgs Structure

Note  This structure is deprecated.

Contains information about an event that is raised when the focus changes from one window to another.

Syntax

typedef struct {
    EventArgsType Type;
    int EventId;
    HUIANODE hPreviousFocus;
} UiaFocusChangedEventArgs;

Members

  • Type
    A value from the EventArgsType enumerated type indicating the type of the event.
  • EventId
    The identifier of the event. For a list of event identifiers, see Event Identifiers.
  • hPreviousFocus
    The Microsoft UI Automation element that previously had the focus.

Structure Information

Header uiautomationcoreapi.h
Minimum operating systems Windows XP