[]
The AddingAppointmentEventArgs class describes routed event data for the UserAddingAppointment event.
public class AddingAppointmentEventArgs : AppointmentActionEventArgs
Name | Description |
---|---|
AddingAppointmentEventArgs(RoutedEvent, Appointment) | Initializes a new instance of the AddingAppointmentEventArgs class with the specified routed event and appointment. |
Name | Description |
---|---|
Appointment | Gets or sets an Appointment object. |