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;
} AsyncContentLoadedState;

Members

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

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows Server 2003

Header

Uiautomationcoreapi.h

 

 

Send comments about this topic to Microsoft

Build date: 2/5/2010