Share via


DropDownControl.DropDownOpening Event

Occurs as the DropDown control is opening.

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

Syntax

'Declaration
Public Event DropDownOpening As CancelEventHandler
'Usage
Dim instance As DropDownControl
Dim handler As CancelEventHandler

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