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

See Also

Reference

DisposableObject Class

DisposableObject Members

Microsoft.VisualStudio.PlatformUI Namespace