pub trait IPrelaunchActivatedEventArgs_Impl: Sized + IActivatedEventArgs_Impl {
    // Required method
    fn PrelaunchActivated(&self) -> Result<bool>;
}

Required Methods§

fn PrelaunchActivated(&self) -> Result<bool>

Object Safety§

This trait is not object safe.

Implementors§