Class AppointmentLoadedEventArgs
Appointment loaded event arguments
Inheritance
System.Object
AppointmentLoadedEventArgs
Implements
System.IDisposable
Namespace: Syncfusion.SfSchedule.iOS
Assembly: Syncfusion.SfSchedule.iOS.dll
Syntax
public class AppointmentLoadedEventArgs : EventArgs, IDisposable
Constructors
AppointmentLoadedEventArgs()
Declaration
public AppointmentLoadedEventArgs()
Properties
Appointment
Gets or sets the Appointment from appointment loaded event
Declaration
public ScheduleAppointment Appointment { get; set; }
Property Value
| Type |
|---|
| ScheduleAppointment |
AppointmentStyle
Gets or sets the Appointment style from the appointment loaded event
Declaration
public SFAppointmentStyle AppointmentStyle { get; set; }
Property Value
| Type |
|---|
| SFAppointmentStyle |
Bounds
Gets or sets the TimeLabelColor Value for LabelSettings
Declaration
public CGRect Bounds { get; set; }
Property Value
| Type |
|---|
| CoreGraphics.CGRect |
View
Gets or sets the View from appointment loaded event
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