Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Syntax
struct UiaAsyncContentLoadedEventArgs {
EventArgsType Type;
int EventId;
AsyncContentLoadedState AsyncContentLoadedState;
double PercentComplete;
};
Members
Type
Type: EventArgsType
A value from the EventArgsType enumerated type indicating the type of the event.
EventId
Type: int
The identifier of the event. For a list of event identifiers, see Event Identifiers.
AsyncContentLoadedState
Type: AsyncContentLoadedState
A value from the AsyncContentLoadedState enumerated type indicating the state of asynchronous loading.
PercentComplete
Type: double
The percentage of loading that has been completed.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Header | uiautomationcoreapi.h |