Share via


InformationPanel.MessageClicked Event

Occurs when the specified control is clicked.

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

Syntax

'Declaration
Public Event MessageClicked As EventHandler(Of InformationPanelMessageEventArgs)
'Usage
Dim instance As InformationPanel
Dim handler As EventHandler(Of InformationPanelMessageEventArgs)

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