Share via


DialogIsShown Event

Namespace:  Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration
Assembly:  Microsoft.VisualStudio.Data.Tools.SqlEditor (in Microsoft.VisualStudio.Data.Tools.SqlEditor.dll)

Syntax

'Declaration
Public Shared Event DialogIsShown As EventHandler
'Usage
Dim handler As EventHandler

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

See Also

Reference

ShellConnectionDialog Class

Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration Namespace