Class MonthInlineAppointmentLoadedEventArgs
Month inline appointment loaded event arguments
Inheritance
System.Object
MonthInlineAppointmentLoadedEventArgs
Implements
System.IDisposable
Namespace: Syncfusion.SfSchedule.iOS
Assembly: Syncfusion.SfSchedule.iOS.dll
Syntax
public class MonthInlineAppointmentLoadedEventArgs : EventArgs, IDisposable
Constructors
MonthInlineAppointmentLoadedEventArgs()
Declaration
public MonthInlineAppointmentLoadedEventArgs()
Properties
Appointment
Gets or sets the Appointments from month inline view
Declaration
public ScheduleAppointment Appointment { get; set; }
Property Value
Type |
---|
ScheduleAppointment |
View
Gets or sets the view from month inline view
Declaration
public UIView View { get; set; }
Property Value
Type |
---|
UIKit.UIView |
Methods
Dispose()
To release managed and unmanaged resources
Declaration
public void Dispose()
Dispose(Boolean)
To release managed and unmanaged resources
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | Indicates whether dispose or not |
Implements
System.IDisposable