IStreamStorageEvents<TKey> Interface
Visual Studio 2015
Defines events to notify of changes to streams in an IStreamStorage. If an implementing class can support change notifications, it should also implement IStreamStorageEvents.
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
| Name | Description | |
|---|---|---|
![]() | EnableRaisingEvents |
| Name | Description | |
|---|---|---|
![]() | StreamChanged | Raised when a stream is changed. |
![]() | StreamCreated | Raised when a stream is created. |
![]() | StreamDeleted | Raised when a stream is deleted. |
Show:

