Disposing Event

The Disposing event gets fired just before the context gets disposed.

Namespace:  Microsoft.Data.Tools.Design.Core.Context
Assembly:  Microsoft.Data.Tools.Design.Core (in Microsoft.Data.Tools.Design.Core.dll)

Syntax

'Declaration
Public Event Disposing As EventHandler
'Usage
Dim instance As EditingContext
Dim handler As EventHandler

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

See Also

Reference

EditingContext Class

Microsoft.Data.Tools.Design.Core.Context Namespace