Share via


ToolStripTreeViewDropDown.ClosingStyleChanged Event

Occurs when the control's closing style changes.

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

Syntax

'Declaration
Public Event ClosingStyleChanged As EventHandler
'Usage
Dim instance As ToolStripTreeViewDropDown
Dim handler As EventHandler

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