UiaAsyncContentLoadedEventArgs Structure

Note  This structure is deprecated.

Contains information about an event raised when content is being asynchronously loaded by a user interface (UI) element.

Syntax

typedef struct {
    EventArgsType Type;
    int EventId;
    AsyncContentLoadedState AsyncContentLoadedState;
    double PercentComplete;
} UiaAsyncContentLoadedEventArgs;

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.
  • AsyncContentLoadedState
    A value from the AsyncContentLoadedState enumerated type indicating the state of asynchronous loading.
  • PercentComplete
    The percentage of loading that has been completed.

Structure Information

Header uiautomationcoreapi.h
Minimum operating systems Windows XP