DisposableObject.Disposing Event

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Raised when the event is being disposed, that is, while it is still accessible.

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
Public Event Disposing As EventHandler
public event EventHandler Disposing
public:
 event EventHandler^ Disposing {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
member Disposing : IEvent<EventHandler,
    EventArgs>
JScript does not support events.

.NET Framework Security

See Also

Reference

DisposableObject Class

Microsoft.VisualStudio.PlatformUI Namespace