pub trait ICoreWindowEventArgs_Impl: Sized {
    // Required methods
    fn Handled(&self) -> Result<bool>;
    fn SetHandled(&self, value: bool) -> Result<()>;
}

Required Methods§

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

fn SetHandled(&self, value: bool) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§