alexa
menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class ScheduleTypeChangingEventArgs

    Provides event data for the ScheduleTypeChanging event, including the old and new values of the schedule type being changed in the view.

    Inheritance
    System.Object
    ScheduleTypeChangingEventArgs
    Namespace: Syncfusion.UI.Xaml.Schedule
    Assembly: Syncfusion.SfSchedule.UWP.dll
    Syntax
    public class ScheduleTypeChangingEventArgs : Object

    Constructors

    ScheduleTypeChangingEventArgs()

    Declaration
    public ScheduleTypeChangingEventArgs()

    Properties

    NewValue

    Specifies the new value of the schedule type in the view.

    Declaration
    public ScheduleType NewValue { get; set; }
    Property Value
    Type
    ScheduleType

    OldValue

    Specifies the old value of the schedule type in the view.

    Declaration
    public ScheduleType OldValue { get; set; }
    Property Value
    Type
    ScheduleType

    Extension Methods

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