menu

Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MonthInlineAppointmentLoadedEventArgs - API Reference

    Show / Hide Table of Contents

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

    View

    Gets or sets the view from month inline view

    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 - 2023 Syncfusion Inc. All Rights Reserved