Share via


DropCanceled Event

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Explorers
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Public Event DropCanceled As EventHandler(Of EventArgs)
'Usage
Dim instance As DropDatabaseConfirmationDialogViewModel
Dim handler As EventHandler(Of EventArgs)

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

See Also

Reference

DropDatabaseConfirmationDialogViewModel Class

Microsoft.VisualStudio.Data.Tools.Package.Explorers Namespace