AppointmentDataProviderConnection.CreateOrUpdateAppointmentRequested Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raised when the user elects to create or update a meeting.
// Register
event_token CreateOrUpdateAppointmentRequested(TypedEventHandler<AppointmentDataProviderConnection, AppointmentCalendarCreateOrUpdateAppointmentRequestEventArgs const&> const& handler) const;
// Revoke with event_token
void CreateOrUpdateAppointmentRequested(event_token const* cookie) const;
// Revoke with event_revoker
AppointmentDataProviderConnection::CreateOrUpdateAppointmentRequested_revoker CreateOrUpdateAppointmentRequested(auto_revoke_t, TypedEventHandler<AppointmentDataProviderConnection, AppointmentCalendarCreateOrUpdateAppointmentRequestEventArgs const&> const& handler) const;
public event TypedEventHandler<AppointmentDataProviderConnection,AppointmentCalendarCreateOrUpdateAppointmentRequestEventArgs> CreateOrUpdateAppointmentRequested;
function onCreateOrUpdateAppointmentRequested(eventArgs) { /* Your code */ }
appointmentDataProviderConnection.addEventListener("createorupdateappointmentrequested", onCreateOrUpdateAppointmentRequested);
appointmentDataProviderConnection.removeEventListener("createorupdateappointmentrequested", onCreateOrUpdateAppointmentRequested);
- or -
appointmentDataProviderConnection.oncreateorupdateappointmentrequested = onCreateOrUpdateAppointmentRequested;
Public Custom Event CreateOrUpdateAppointmentRequested As TypedEventHandler(Of AppointmentDataProviderConnection, AppointmentCalendarCreateOrUpdateAppointmentRequestEventArgs)
Event Type
TypedEventHandler<AppointmentDataProviderConnection,AppointmentCalendarCreateOrUpdateAppointmentRequestEventArgs>
Windows requirements
App capabilities |
appointmentsSystem
|