StateChanged 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 StateChanged As EventHandler(Of EventArgs)
'Usage
Dim instance As DropDatabaseConfirmationDialogModel
Dim handler As EventHandler(Of EventArgs)
AddHandler instance.StateChanged, handler
public event EventHandler<EventArgs> StateChanged
public:
event EventHandler<EventArgs^>^ StateChanged {
void add (EventHandler<EventArgs^>^ value);
void remove (EventHandler<EventArgs^>^ value);
}
member StateChanged : IEvent<EventHandler<EventArgs>,
EventArgs>
JScript supports the use of events, but not the declaration of new ones.
See Also
Reference
DropDatabaseConfirmationDialogModel Class
Microsoft.VisualStudio.Data.Tools.Package.Explorers Namespace