Share via


InformationPanel.StopClicked Event

Occurs when the Stop button is clicked.

Namespace:  Microsoft.SqlServer.Management.Controls
Assembly:  Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)

Syntax

'Declaration
Public Event StopClicked As EventHandler
'Usage
Dim instance As InformationPanel
Dim handler As EventHandler

AddHandler instance.StopClicked, handler
public event EventHandler StopClicked
public:
 event EventHandler^ StopClicked {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
member StopClicked : IEvent<EventHandler,
    EventArgs>
JScript supports the use of events, but not the declaration of new ones.