Class AppointmentChangedEventAgrs
Provides information for the AppointmentUpdated event.
Inheritance
System.Object
AppointmentChangedEventAgrs
Namespace: Telerik.XamarinForms.Input
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public class AppointmentChangedEventAgrs : EventArgs
Constructors
AppointmentChangedEventAgrs(IAppointment)
Initializes a new instance of the Telerik.XamarinForms.Input.AppointmentEventAgrs class.
Declaration
public AppointmentChangedEventAgrs(IAppointment appointment)
Parameters
IAppointment
appointment
|
AppointmentChangedEventAgrs(IAppointment, IExceptionOccurrence, OccurrenceAction)
Initializes a new instance of the Telerik.XamarinForms.Input.AppointmentEventAgrs class.
Declaration
public AppointmentChangedEventAgrs(IAppointment appointment, IExceptionOccurrence occurrence, OccurrenceAction action)
Parameters
IAppointment
appointment
|
IExceptionOccurrence
occurrence
|
OccurrenceAction
action
|
Properties
Appointment
Gets the updated appointment.
Declaration
public IAppointment Appointment { get; }
Property Value
IAppointment
|
Occurrence
Gets the updated occurrence.
Declaration
public IExceptionOccurrence Occurrence { get; }
Property Value
IExceptionOccurrence
|
OccurrenceAction
Gets the action performed over the occurence.
Declaration
public OccurrenceAction OccurrenceAction { get; }
Property Value
OccurrenceAction
|