Share via


ButtonPanel.CloseClick Event

Occurs when the Close button is clicked.

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

Syntax

'Declaration
Public Event CloseClick As EventHandler
'Usage
Dim instance As ButtonPanel
Dim handler As EventHandler

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