#[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: EventArgsTypeEventId: i32AsyncContentLoadedState: AsyncContentLoadedStatePercentComplete: f64