IStreamStorageEvents<TKey>::StreamDeleted Event

Visual Studio 2015
 

Raised when a stream is deleted.

Namespace:   Microsoft.VisualStudio.Utilities
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

event EventHandler<TKey>^ StreamDeleted {
	void add(EventHandler<TKey>^ value);
	void remove(EventHandler<TKey>^ value);
}
Return to top
Show: