#[repr(C)]pub struct UiaAsyncContentLoadedEventArgs {
pub Type: EventArgsType,
pub EventId: i32,
pub AsyncContentLoadedState: AsyncContentLoadedState,
pub PercentComplete: f64,
}Expand description
Required features: "Win32_UI_Accessibility"
Fields§
§Type: EventArgsType§EventId: i32§AsyncContentLoadedState: AsyncContentLoadedState§PercentComplete: f64