SearchBox.OnClientSearch Property
Gets or sets the event that is raised when the search button is clicked.
Namespace: Microsoft.WindowsServerSolutions.Web.Controls
Assembly: Wssg.Web (in Wssg.Web.dll)
Syntax
public string OnClientSearch { get; set; }
public:
property String^ OnClientSearch {
String^ get();
void set(String^ value);
}
Public Property OnClientSearch 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