DisposableObject.Disposing Event
Microsoft internal use only.
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.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.