DescriptionChanged Event

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

Syntax

'Declaration
Public Event DescriptionChanged As EventHandler
'Usage
Dim instance As Message
Dim handler As EventHandler

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

See Also

Reference

Message Class

Microsoft.VisualStudio.Data.Tools.Package.DataToolsOperations Namespace