DisposableObject::Disposing Event

 

This API supports the product 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.Utilities (in Microsoft.VisualStudio.Utilities.dll)

public:
event EventHandler^ Disposing {
	void add(EventHandler^ value);
	void remove(EventHandler^ value);
}
Return to top
Show: