Partition::PartitionDisposing Event

 

Allows clients to receive PartitionDisposing events

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

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