Xceed Toolkit Plus for WPF v4.6 Documentation
OnEndTimeChanged(TimeSpan,TimeSpan) Method


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit Namespace > TimePicker Class : OnEndTimeChanged(TimeSpan,TimeSpan) Method
The old TimeSpan value.
The new TimeSpan value.
Called when when EndTime changes.
Syntax
'Declaration
 
Protected Overridable Sub OnEndTimeChanged( _
   ByVal oldValue As TimeSpan, _
   ByVal newValue As TimeSpan _
) 
'Usage
 
Dim instance As TimePicker
Dim oldValue As TimeSpan
Dim newValue As TimeSpan
 
instance.OnEndTimeChanged(oldValue, newValue)
protected virtual void OnEndTimeChanged( 
   TimeSpan oldValue,
   TimeSpan newValue
)

Parameters

oldValue
The old TimeSpan value.
newValue
The new TimeSpan value.
Remarks
You must provide your own implementation in the source code or derive from this class and override the method.
Requirements

Target Platforms: Windows 11, Windows 10, 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

TimePicker Class
TimePicker Members