Intersoft ClientUI Documentation
OnTextInput Method
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXInput Namespace > UXMaskedInputBase Class : OnTextInput Method






e
Provides data about the event.
Called before the System.Windows.UIElement.TextInput event occurs.

Syntax

Visual Basic (Declaration) 
Protected Overrides Sub OnTextInput( _
   ByVal e As TextCompositionEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As UXMaskedInputBase
Dim e As TextCompositionEventArgs
 
instance.OnTextInput(e)
C# 
protected override void OnTextInput( 
   TextCompositionEventArgs e
)
Delphi 
protected procedure OnTextInput( 
    e: TextCompositionEventArgs
); override; 
JScript 
protected override function OnTextInput( 
   e : TextCompositionEventArgs
);
Managed Extensions for C++ 
protected: void OnTextInput( 
   TextCompositionEventArgs* e
) override 
C++/CLI 
protected:
void OnTextInput( 
   TextCompositionEventArgs^ e
) override 

Parameters

e
Provides data about the event.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.