menu

UWP

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

    Show / Hide Table of Contents

    Class ScheduleTypeChangingEventArgs

    Provides data for a ScheduleTypeChanging event.

    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.

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

    OldValue

    Specifies the old value of the schedule type.

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

    Extension Methods

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