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.
Defines the event handler that is passed to OnSearch.
Namespace:   Microsoft.WindowsServerSolutions.Web.Controls
Assembly:  Wssg.Web (in Wssg.Web.dll)
Syntax
protected void SearchButton_Click(
    object sender,
    ImageClickEventArgs e
)
protected:
void SearchButton_Click(
    Object^ sender,
    ImageClickEventArgs^ e
)
Protected Sub SearchButton_Click (
    sender As Object,
    e As ImageClickEventArgs
)
Parameters
- sender 
 Type: System.Object- The sender. 
- e 
 Type: System.Web.UI.ImageClickEventArgs- An EventArgs object that contains the event data. 
See Also
SearchBox Class
Microsoft.WindowsServerSolutions.Web.Controls Namespace
Return to top