Class AppointmentTapCommandContext
Command context associated with the Tap event that occurs on tapping an appointment.
Inheritance
System.Object
AppointmentTapCommandContext
Namespace: Telerik.XamarinForms.Input.Calendar.Commands
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public class AppointmentTapCommandContext : Object
Constructors
AppointmentTapCommandContext(IAppointment)
Creates a command context associated with the Tap event that occurs on tapping an appointment. Specifies the tapped appointment.
Declaration
public AppointmentTapCommandContext(IAppointment appointment)
Parameters
IAppointment
appointment
|
AppointmentTapCommandContext(IAppointment, DateTime)
Declaration
public AppointmentTapCommandContext(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
|