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






oldValue
oldValue
newValue
newValue
Value property changed handler.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub OnValueChanged( _
   ByVal oldValue As Nullable(Of Date), _
   ByVal newValue As Nullable(Of Date) _
) 
Visual Basic (Usage)Copy Code
Dim instance As UXDateTimePicker
Dim oldValue As Nullable(Of Date)
Dim newValue As Nullable(Of Date)
 
instance.OnValueChanged(oldValue, newValue)
C# 
protected virtual void OnValueChanged( 
   Nullable<DateTime> oldValue,
   Nullable<DateTime> newValue
)
Delphi 
protected procedure OnValueChanged( 
    oldValue: Nullable;
    newValue: Nullable
); virtual; 
JScript 
protected function OnValueChanged( 
   oldValue : Nullable,
   newValue : Nullable
);
Managed Extensions for C++ 
protected: virtual void OnValueChanged( 
   Nullable<DateTime> oldValue,
   Nullable<DateTime> newValue
) 
C++/CLI 
protected:
virtual void OnValueChanged( 
   Nullable<DateTime> oldValue,
   Nullable<DateTime> newValue
) 

Parameters

oldValue
oldValue
newValue
newValue

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.