Show / Hide Table of Contents

Class CalendarDateChangedEventArgs

Provides data for the DisplayDateChanged event.

Inheritance
System.Object
System.EventArgs
RoutedEventArgs
CalendarDateChangedEventArgs
Inherited Members
RoutedEventArgs.OriginalSource
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Controls
Assembly: OpenSilver.Controls.dll
Syntax
public class CalendarDateChangedEventArgs : RoutedEventArgs

Properties

| Improve this Doc View Source

AddedDate

Gets the date to be newly displayed.

Declaration
public DateTime? AddedDate { get; }
Property Value
Type Description
System.Nullable<System.DateTime>

The new date to display.

| Improve this Doc View Source

RemovedDate

Gets the date that was previously displayed.

Declaration
public DateTime? RemovedDate { get; }
Property Value
Type Description
System.Nullable<System.DateTime>

The date previously displayed.

  • Improve this Doc
  • View Source