Store::StoreDisposing Event

 

Occurs when the store is disposing.

Namespace:   Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

public:
event EventHandler^ StoreDisposing {
	void add(EventHandler^ value);
	void remove(EventHandler^ value);
}

Allows clients to receive events that let them dispose the store.

Return to top
Show: