Xceed DataGrid for Silverlight Documentation
OnTextInput Method


A TextCompositionEventArgs that contains event data.
Called before the TextInput event occurs.
Syntax
'Declaration
 
Protected Overrides Sub OnTextInput( _
   ByVal e As TextCompositionEventArgs _
) 
'Usage
 
Dim instance As NumericTextBox
Dim e As TextCompositionEventArgs
 
instance.OnTextInput(e)
protected override void OnTextInput( 
   TextCompositionEventArgs e
)

Parameters

e
A TextCompositionEventArgs that contains event data.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

NumericTextBox Class
NumericTextBox Members
Base Implementation in OnTextInput

Send Feedback