Intersoft ClientUI Documentation
OnTextChanged Method (UXDataComboBox)



oldText
newText
Called when the value of Text property changes.
Syntax
Protected Overrides Sub OnTextChanged( _
   ByVal oldText As String, _
   ByVal newText As String _
) 
Dim instance As UXDataComboBox
Dim oldText As String
Dim newText As String
 
instance.OnTextChanged(oldText, newText)
protected override void OnTextChanged( 
   string oldText,
   string newText
)
protected:
void OnTextChanged( 
   String^ oldText,
   String^ newText
) override 

Parameters

oldText
oldText
newText
newText
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

UXDataComboBox Class
UXDataComboBox Members

Send Feedback