Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit Namespace / TimePicker Class / OnEndTimeChanged(TimeSpan,TimeSpan) Method
The old TimeSpan value.
The new TimeSpan value.


    OnEndTimeChanged(TimeSpan,TimeSpan) Method
    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)

    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