AppointmentDataProviderConnection.ProposeNewTimeForMeetingRequested 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 change the time of a meeting.
// Register
event_token ProposeNewTimeForMeetingRequested(TypedEventHandler<AppointmentDataProviderConnection, AppointmentCalendarProposeNewTimeForMeetingRequestEventArgs const&> const& handler) const;
// Revoke with event_token
void ProposeNewTimeForMeetingRequested(event_token const* cookie) const;
// Revoke with event_revoker
AppointmentDataProviderConnection::ProposeNewTimeForMeetingRequested_revoker ProposeNewTimeForMeetingRequested(auto_revoke_t, TypedEventHandler<AppointmentDataProviderConnection, AppointmentCalendarProposeNewTimeForMeetingRequestEventArgs const&> const& handler) const;
public event TypedEventHandler<AppointmentDataProviderConnection,AppointmentCalendarProposeNewTimeForMeetingRequestEventArgs> ProposeNewTimeForMeetingRequested;
function onProposeNewTimeForMeetingRequested(eventArgs) { /* Your code */ }
appointmentDataProviderConnection.addEventListener("proposenewtimeformeetingrequested", onProposeNewTimeForMeetingRequested);
appointmentDataProviderConnection.removeEventListener("proposenewtimeformeetingrequested", onProposeNewTimeForMeetingRequested);
- or -
appointmentDataProviderConnection.onproposenewtimeformeetingrequested = onProposeNewTimeForMeetingRequested;
Public Custom Event ProposeNewTimeForMeetingRequested As TypedEventHandler(Of AppointmentDataProviderConnection, AppointmentCalendarProposeNewTimeForMeetingRequestEventArgs)
Event Type
TypedEventHandler<AppointmentDataProviderConnection,AppointmentCalendarProposeNewTimeForMeetingRequestEventArgs>
Windows requirements
App capabilities |
appointmentsSystem
|