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






oldDate
newDate

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub OnDisplayDateChanged( _
   ByVal oldDate As Nullable(Of Date), _
   ByVal newDate As Nullable(Of Date) _
) 
Visual Basic (Usage)Copy Code
Dim instance As UXCalendar
Dim oldDate As Nullable(Of Date)
Dim newDate As Nullable(Of Date)
 
instance.OnDisplayDateChanged(oldDate, newDate)
C# 
protected virtual void OnDisplayDateChanged( 
   Nullable<DateTime> oldDate,
   Nullable<DateTime> newDate
)
Delphi 
protected procedure OnDisplayDateChanged( 
    oldDate: Nullable;
    newDate: Nullable
); virtual; 
JScript 
protected function OnDisplayDateChanged( 
   oldDate : Nullable,
   newDate : Nullable
);
Managed Extensions for C++ 
protected: virtual void OnDisplayDateChanged( 
   Nullable<DateTime> oldDate,
   Nullable<DateTime> newDate
) 
C++/CLI 
protected:
virtual void OnDisplayDateChanged( 
   Nullable<DateTime> oldDate,
   Nullable<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.