Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AppointmentLoadedEventArgs - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    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 Description
    ScheduleAppointment

    AppointmentStyle

    Gets or sets the Appointment style from the appointment loaded event

    Declaration
    public SFAppointmentStyle AppointmentStyle { get; set; }
    Property Value
    Type Description
    SFAppointmentStyle

    Bounds

    Gets or sets the TimeLabelColor Value for LabelSettings

    Declaration
    public CGRect Bounds { get; set; }
    Property Value
    Type Description
    CoreGraphics.CGRect

    View

    Gets or sets the View from appointment loaded event

    Declaration
    public UIView View { get; set; }
    Property Value
    Type Description
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved