[]
Initializes a new instance of the CalendarDateEventArgs class.
public CalendarDateEventArgs(DateTime oldDate, DateTime newDate)
Public Sub New(oldDate As Date, newDate As Date)
Type | Name | Description |
---|---|---|
DateTime | oldDate | The old focused date. |
DateTime | newDate | The new focused date. |
Initializes a new instance of the CalendarDateEventArgs class.
public CalendarDateEventArgs(DateTime oldDate, DateTime newDate, object source)
Public Sub New(oldDate As Date, newDate As Date, source As Object)
Type | Name | Description |
---|---|---|
DateTime | oldDate | The old focused date. |
DateTime | newDate | The new focused date. |
object | source | The source. |
Initializes a new instance of the CalendarDateEventArgs class.
public CalendarDateEventArgs(DateTime oldDate, DateTime newDate, RoutedEvent routedEvent, object source)
Public Sub New(oldDate As Date, newDate As Date, routedEvent As RoutedEvent, source As Object)
Type | Name | Description |
---|---|---|
DateTime | oldDate | The old focused date. |
DateTime | newDate | The new focused date. |
RoutedEvent | routedEvent | The routed event. |
object | source | The source. |