IAppointmentsProviderRemoveAppointmentActivatedEventArgs.RemoveAppointmentOperation Property

Definition

Gets the appointment that is provided to the app when the user tries to remove it.

public:
 property RemoveAppointmentOperation ^ RemoveAppointmentOperation { RemoveAppointmentOperation ^ get(); };
RemoveAppointmentOperation RemoveAppointmentOperation();
public RemoveAppointmentOperation RemoveAppointmentOperation { get; }
var removeAppointmentOperation = iAppointmentsProviderRemoveAppointmentActivatedEventArgs.removeAppointmentOperation;
Public ReadOnly Property RemoveAppointmentOperation As RemoveAppointmentOperation

Property Value

The appointment that is removed.

Applies to