Show / Hide Table of Contents

    Class DateChangedEventArgs

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll
    API Level:
    preview

    It inherits System.EventArgs. The DateChanged event in the Calendar and the DateTimeChanged event in DateTimeSelector contain the DateChangedEventArgs as a parameter.

    public class DateChangedEventArgs : EventArgs
    Inheritance
    Object
    EventArgs
    DateChangedEventArgs

    Constructors

    View Source

    DateChangedEventArgs(DateTime, DateTime)

    Creates and initializes a new instance of the DateChangedEventArgs class.

    Declaration
    public DateChangedEventArgs(DateTime oldDate, DateTime newDate)
    Parameters
    Type Name Description
    DateTime oldDate

    Old date when the DateChanged event or DateTimeChanged event triggered.

    DateTime newDate

    New date when the DateChanged event or DateTimeChanged event triggered.

    API Level: preview

    Properties

    View Source

    NewDate

    Gets the NewDate property of the given DateChangedEventArgs.

    Declaration
    public DateTime NewDate { get; }
    Property Value
    Type Description
    DateTime
    API Level: preview
    View Source

    OldDate

    Gets the OldDate property of the given DateChangedEventArgs.

    Declaration
    public DateTime OldDate { get; }
    Property Value
    Type Description
    DateTime
    API Level: preview
    • View Source
    Back to top Copyright © 2016-2020 Samsung
    Generated by DocFX