Share via


DateChangedEventArgs Class

Definition

Event arguments for DateSelected event.

public ref class DateChangedEventArgs : EventArgs
public class DateChangedEventArgs : EventArgs
type DateChangedEventArgs = class
    inherit EventArgs
Public Class DateChangedEventArgs
Inherits EventArgs
Inheritance
DateChangedEventArgs

Constructors

Name Description
DateChangedEventArgs(DateTime, DateTime)

Creates a new DateChangedEventArgs object that represents a change from oldDate to newDate.

DateChangedEventArgs(Nullable<DateTime>, Nullable<DateTime>)

Creates a new DateChangedEventArgs object that represents a change from oldDate to newDate

Properties

Name Description
NewDate

The date that the user entered.

OldDate

The date that was on the element at the time that the user selected it.

Applies to