Class AppointmentLoadedEventArgs
Appointment loaded event arguments
Inheritance
System.Object
AppointmentLoadedEventArgs
Namespace: Com.Syncfusion.Schedule
Assembly: Syncfusion.SfSchedule.Android.dll
Syntax
public class AppointmentLoadedEventArgs : EventArgs
Constructors
AppointmentLoadedEventArgs()
Initializes a new instance of the AppointmentLoadedEventArgs class
Declaration
public AppointmentLoadedEventArgs()
Properties
Appointment
Gets or sets the appointment View of SfSchedule.
Declaration
public ScheduleAppointment Appointment { get; set; }
Property Value
Type |
---|
ScheduleAppointment |
AppointmentStyle
Gets or sets the AppointmentStyle View of SfSchedule.
Declaration
public AppointmentStyle AppointmentStyle { get; set; }
Property Value
Type |
---|
AppointmentStyle |
Bounds
Gets or sets the Bounds View of SfSchedule.
Declaration
public RectF Bounds { get; set; }
Property Value
Type |
---|
Android.Graphics.RectF |
View
Gets or sets the View of SfSchedule.
Declaration
public View View { get; set; }
Property Value
Type |
---|
Android.Views.View |