Class AppointmentTappedEventArgs
Provides information for the AppointmentTapped event.
Inheritance
System.Object
AppointmentTappedEventArgs
Namespace: Telerik.XamarinForms.Input
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public class AppointmentTappedEventArgs : EventArgs
Constructors
AppointmentTappedEventArgs(IAppointment)
Initializes a new instance of the AppointmentTappedEventArgs class.
Declaration
public AppointmentTappedEventArgs(IAppointment appointment)
Parameters
IAppointment
appointment
|
AppointmentTappedEventArgs(IAppointment, DateTime)
Declaration
public AppointmentTappedEventArgs(IAppointment appointment, DateTime dateTime)
Parameters
IAppointment
appointment
|
System.DateTime
dateTime
|
Properties
Appointment
Gets the tapped appointment.
Declaration
public IAppointment Appointment { get; }
Property Value
IAppointment
|
DateTime
Declaration
public DateTime DateTime { get; }
Property Value
System.DateTime
|
Handled
Specifies whether the default scheduling screen should appear on click.
Declaration
public bool Handled { get; set; }
Property Value
System.Boolean
|