[]
The AppointmentActionEventArgs class describes routed event data for user actions on the Appointment object.
public class AppointmentActionEventArgs : RoutedEventArgs
Name | Description |
---|---|
AppointmentActionEventArgs(RoutedEvent, Appointment) | Initializes a new instance of the AppointmentActionEventArgs class with the specified routed event and appointment. |
Name | Description |
---|---|
_appointment |
Name | Description |
---|---|
Appointment | Gets an Appointment object. |