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.11.0 (in Microsoft.VisualStudio.Shell.11.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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.