Class MonthInlineAppointmentLoadedEventArgs
The Month Inline Appointment Loaded Event Argument contains properties to customize the appearance of loaded appointment and returns the loaded appointment.
Inheritance
System.Object
MonthInlineAppointmentLoadedEventArgs
Namespace: Syncfusion.SfSchedule.XForms
Assembly: Syncfusion.SfSchedule.XForms.dll
Syntax
public class MonthInlineAppointmentLoadedEventArgs : EventArgs
Constructors
MonthInlineAppointmentLoadedEventArgs()
Initializes a new instance of the MonthInlineAppointmentLoadedEventArgs class.
Declaration
public MonthInlineAppointmentLoadedEventArgs()
Properties
appointment
Gets or sets the appointment object to get the loaded appointment details through the appointment properties.
Declaration
public object appointment { get; set; }
Property Value
Type |
---|
System.Object |
view
Gets or sets view to replace the loaded appointment's default UI view with the given Custom UI view.
Declaration
public View view { get; set; }
Property Value
Type |
---|
Xamarin.Forms.View |