Intersoft WebCombo Documentation
OnValueChanged Method
See Also  Send Feedback
ISNet.WebUI.WebCombo Namespace > WebCombo Class : OnValueChanged Method






Text
Returns the new datatext from changed value.
Value
Returns the new value.
Invoked when the value is changed. Invoked when the value is changed.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub OnValueChanged( _
   ByVal Text As String, _
   ByVal Value As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As WebCombo
Dim Text As String
Dim Value As String
 
instance.OnValueChanged(Text, Value)
C# 
public virtual void OnValueChanged( 
   string Text,
   string Value
)
Delphi 
public procedure OnValueChanged( 
    Text: String;
    Value: String
); virtual; 
JScript 
public function OnValueChanged( 
   Text : String,
   Value : String
);
Managed Extensions for C++ 
public: virtual void OnValueChanged( 
   string* Text,
   string* Value
) 
C++/CLI 
public:
virtual void OnValueChanged( 
   String^ Text,
   String^ Value
) 

Parameters

Text
Returns the new datatext from changed value.
Value
Returns the new value.

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 Intersoft Solutions Corp. All Rights Reserved.