Intersoft ClientUI Documentation
OnDisplayDateChanged Method



Syntax
Protected Overridable Sub OnDisplayDateChanged( _
   ByVal oldDate As Nullable(Of Date), _
   ByVal newDate As Nullable(Of Date) _
) 
Dim instance As UXCalendar
Dim oldDate As Nullable(Of Date)
Dim newDate As Nullable(Of Date)
 
instance.OnDisplayDateChanged(oldDate, newDate)
protected virtual void OnDisplayDateChanged( 
   Nullable<DateTime> oldDate,
   Nullable<DateTime> newDate
)
protected:
virtual void OnDisplayDateChanged( 
   Nullable<DateTime> oldDate,
   Nullable<DateTime> newDate
) 

Parameters

oldDate
newDate
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

UXCalendar Class
UXCalendar Members

Send Feedback