OnClientTextChanged Property (DropDown<T>)
In This Topic
Occurs when the value of the Text property changes.
Syntax
'Declaration
Public Overridable Property OnClientTextChanged As System.String
'Usage
Dim instance As DropDown(Of T)
Dim value As System.String
instance.OnClientTextChanged = value
value = instance.OnClientTextChanged
public virtual System.string OnClientTextChanged {get; set;}
public read-write property OnClientTextChanged: System.String; virtual;
public function get,set OnClientTextChanged : System.String
public: __property virtual System.string* get_OnClientTextChanged();
public: __property virtual void set_OnClientTextChanged(
System.string* value
);
public:
virtual property System.String^ OnClientTextChanged {
System.String^ get();
void set ( System.String^ value);
}
See Also