Intersoft ClientUI Documentation
OnNavigationDateChanged Method



Syntax
Protected Overridable Sub OnNavigationDateChanged( _
   ByVal oldDate As Date, _
   ByVal newDate As Date _
) 
Dim instance As UXCalendar
Dim oldDate As Date
Dim newDate As Date
 
instance.OnNavigationDateChanged(oldDate, newDate)
protected virtual void OnNavigationDateChanged( 
   DateTime oldDate,
   DateTime newDate
)
protected:
virtual void OnNavigationDateChanged( 
   DateTime oldDate,
   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