Intersoft.Client.UI.Aqua.UXInput Namespace > UXDateTimePicker Class : OnValueChanged Method |
Protected Overridable Sub OnValueChanged( _ ByVal oldValue As Nullable(Of Date), _ ByVal newValue As Nullable(Of Date) _ )
Dim instance As UXDateTimePicker Dim oldValue As Nullable(Of Date) Dim newValue As Nullable(Of Date) instance.OnValueChanged(oldValue, newValue)
protected virtual void OnValueChanged( Nullable<DateTime> oldValue, Nullable<DateTime> newValue )
protected: virtual void OnValueChanged( Nullable<DateTime> oldValue, Nullable<DateTime> newValue )
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