Intersoft ClientUI Documentation
OnTextInput Method



Provides data about the event.
Called before the System.Windows.UIElement.TextInput event occurs.
Syntax
Protected Overrides Sub OnTextInput( _
   ByVal e As TextCompositionEventArgs _
) 
Dim instance As UXMaskedInputBase
Dim e As TextCompositionEventArgs
 
instance.OnTextInput(e)
protected override void OnTextInput( 
   TextCompositionEventArgs e
)
protected:
void OnTextInput( 
   TextCompositionEventArgs^ e
) override 

Parameters

e
Provides data about the event.
Requirements

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

See Also

Reference

UXMaskedInputBase Class
UXMaskedInputBase Members

Send Feedback