Trait windows::ApplicationModel::Activation::IAppointmentsProviderRemoveAppointmentActivatedEventArgs_Impl
pub trait IAppointmentsProviderRemoveAppointmentActivatedEventArgs_Impl: Sized + IActivatedEventArgs_Impl + IAppointmentsProviderActivatedEventArgs_Impl {
// Required method
fn RemoveAppointmentOperation(&self) -> Result<RemoveAppointmentOperation>;
}
Required Methods§
fn RemoveAppointmentOperation(&self) -> Result<RemoveAppointmentOperation>
Object Safety§
This trait is not object safe.