menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ViewModeChangedEventArgs - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ViewModeChangedEventArgs

    Provide data for ViewModeChanged event

    Inheritance
    System.Object
    ViewModeChangedEventArgs
    Namespace: Syncfusion.UI.Xaml.Controls.Input
    Assembly: Syncfusion.SfInput.UWP.dll
    Syntax
    public class ViewModeChangedEventArgs : EventArgs

    Constructors

    ViewModeChangedEventArgs(DateTime)

    Initializes a new instance of the ViewModeChangedEventArgs class.

    Declaration
    public ViewModeChangedEventArgs(DateTime date)
    Parameters
    Type Name Description
    System.DateTime date

    The calendar date time.

    Properties

    Date

    Gets or sets the moved date

    Declaration
    public DateTime Date { get; }
    Property Value
    Type
    System.DateTime

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved