Xamarin.Android

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

    Show / Hide Table of Contents

    Class ViewModeChangedEventArgs

    Calendar tapped event arguments.

    Inheritance
    System.Object
    ViewModeChangedEventArgs
    Namespace: Com.Syncfusion.Calendar
    Assembly: Syncfusion.SfCalendar.Android.dll
    Syntax
    public class ViewModeChangedEventArgs : EventArgs

    Constructors

    ViewModeChangedEventArgs()

    Declaration
    public ViewModeChangedEventArgs()

    Properties

    Date

    Gets or sets the date.

    Declaration
    public Calendar Date { get; }
    Property Value
    Type Description
    Java.Util.Calendar

    The date.

    ViewMode

    Gets the view mode of the calendar.

    Declaration
    public ViewMode ViewMode { get; }
    Property Value
    Type Description
    ViewMode

    The view mode.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved