DisposableObject.Disposing Event
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
‘선언
Public Event Disposing As EventHandler
‘사용 방법
Dim instance As DisposableObject
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 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.