pub trait IWalletActionActivatedEventArgs_Impl: Sized + IActivatedEventArgs_Impl {
    // Required methods
    fn ItemId(&self) -> Result<HSTRING>;
    fn ActionKind(&self) -> Result<WalletActionKind>;
    fn ActionId(&self) -> Result<HSTRING>;
}

Required Methods§

fn ItemId(&self) -> Result<HSTRING>

fn ActionKind(&self) -> Result<WalletActionKind>

fn ActionId(&self) -> Result<HSTRING>

Object Safety§

This trait is not object safe.

Implementors§