#[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: EventArgsTypeEventId: i32TextEditChangeType: TextEditChangeTypepTextChange: *mut SAFEARRAY