Xceed Toolkit Plus for WPF v4.6 Documentation
OnPreviewTextInput Method (TimeSpanUpDown)


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit Namespace > TimeSpanUpDown Class : OnPreviewTextInput Method
Syntax
'Declaration
 
Protected Overrides Sub OnPreviewTextInput( _
   ByVal e As TextCompositionEventArgs _
) 
'Usage
 
Dim instance As TimeSpanUpDown
Dim e As TextCompositionEventArgs
 
instance.OnPreviewTextInput(e)
protected override void OnPreviewTextInput( 
   TextCompositionEventArgs e
)

Parameters

e
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

TimeSpanUpDown Class
TimeSpanUpDown Members
Base Implementation in OnPreviewTextInput