Trait IUIAutomationPropertyChangedEventHandler_Impl
pub trait IUIAutomationPropertyChangedEventHandler_Impl: IUnknownImpl {
// Required method
fn HandlePropertyChangedEvent(
&self,
sender: Ref<'_, IUIAutomationElement>,
propertyid: UIA_PROPERTY_ID,
newvalue: &VARIANT,
) -> Result<()>;
}
Required Methods§
fn HandlePropertyChangedEvent( &self, sender: Ref<'_, IUIAutomationElement>, propertyid: UIA_PROPERTY_ID, newvalue: &VARIANT, ) -> Result<()>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.