Compartilhar via


SearchBox.Search Event

 

Represents an event that occurs when the search button is clicked.

Namespace:   Microsoft.WindowsServerSolutions.Web.Controls
Assembly:  Wssg.Web (in Wssg.Web.dll)

Syntax

public event EventHandler Search
public:
event EventHandler^ Search {
    void add(EventHandler^ value);
    void remove(EventHandler^ value);
}
Public Event Search As EventHandler

See Also

SearchBox Class
Microsoft.WindowsServerSolutions.Web.Controls Namespace

Return to top