Intersoft ClientUI Documentation
OnNavigationDateChanged Method
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXInput Namespace > UXCalendar Class : OnNavigationDateChanged Method






oldDate
newDate

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub OnNavigationDateChanged( _
   ByVal oldDate As Date, _
   ByVal newDate As Date _
) 
Visual Basic (Usage)Copy Code
Dim instance As UXCalendar
Dim oldDate As Date
Dim newDate As Date
 
instance.OnNavigationDateChanged(oldDate, newDate)
C# 
protected virtual void OnNavigationDateChanged( 
   DateTime oldDate,
   DateTime newDate
)
Delphi 
protected procedure OnNavigationDateChanged( 
    oldDate: DateTime;
    newDate: DateTime
); virtual; 
JScript 
protected function OnNavigationDateChanged( 
   oldDate : DateTime,
   newDate : DateTime
);
Managed Extensions for C++ 
protected: virtual void OnNavigationDateChanged( 
   DateTime oldDate,
   DateTime newDate
) 
C++/CLI 
protected:
virtual void OnNavigationDateChanged( 
   DateTime oldDate,
   DateTime newDate
) 

Parameters

oldDate
newDate

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.