Intersoft ClientUI Documentation
OnTextInput Method
See Also  Send Feedback
Intersoft.Client.UI.Navigation Namespace > UXFrame Class : OnTextInput Method






e

Syntax

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

Parameters

e

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.