Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the event when text is entered.
Namespace: Microsoft.WindowsServerSolutions.Web.Controls
Assembly: Wssg.Web (in Wssg.Web.dll)
Syntax
public string OnClientTextChanged { get; set; }
public:
property String^ OnClientTextChanged {
String^ get();
void set(String^ value);
}
Public Property OnClientTextChanged As String
Property Value
Type: System.String
An instance of String that contains the event information.
See Also
SearchBox Class
Microsoft.WindowsServerSolutions.Web.Controls Namespace
Return to top