Struct windows_sys::Win32::UI::Accessibility::UiaPropertyChangedEventArgs
#[repr(C)]pub struct UiaPropertyChangedEventArgs {
pub Type: EventArgsType,
pub EventId: UIA_EVENT_ID,
pub PropertyId: i32,
pub OldValue: VARIANT,
pub NewValue: VARIANT,
}
Expand description
Required features: "Win32_UI_Accessibility"
, "Win32_Foundation"
, "Win32_System_Com"
, "Win32_System_Ole"
Fields§
§Type: EventArgsType
§EventId: UIA_EVENT_ID
§PropertyId: i32
§OldValue: VARIANT
§NewValue: VARIANT