Scheduler for WinRT
DateTimePropertyChangeEventArgs Constructor


The Windows.UI.Xaml.DependencyProperty.
The old value of the specified property.
The new value of the specified property.
Initializes a new instance of the DateTimePropertyChangeEventArgs class with the specified dependency property, old and new DateTime value.
Syntax
'Declaration
 
Public Function New( _
   ByVal property As DependencyProperty, _
   ByVal oldValue As Date, _
   ByVal newValue As Date _
)
'Usage
 
Dim property As DependencyProperty
Dim oldValue As Date
Dim newValue As Date
 
Dim instance As New DateTimePropertyChangeEventArgs(property, oldValue, newValue)
public DateTimePropertyChangeEventArgs( 
   DependencyProperty property,
   DateTime oldValue,
   DateTime newValue
)

Parameters

property
The Windows.UI.Xaml.DependencyProperty.
oldValue
The old value of the specified property.
newValue
The new value of the specified property.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DateTimePropertyChangeEventArgs Class
DateTimePropertyChangeEventArgs Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.