#[repr(C)]pub struct UiaTextEditTextChangedEventArgs {
pub Type: EventArgsType,
pub EventId: i32,
pub TextEditChangeType: TextEditChangeType,
pub pTextChange: *mut SAFEARRAY,
}Expand description
Required features: "Win32_UI_Accessibility", "Win32_System_Com"
Fields§
§Type: EventArgsType§EventId: i32§TextEditChangeType: TextEditChangeType§pTextChange: *mut SAFEARRAY