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.

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

public interface IStreamStorageEvents<TKey>

Type Parameters

TKey

The type of the key.

NameDescription
System_CAPS_pubeventStreamChanged

Raised when a stream is changed.

System_CAPS_pubeventStreamCreated

Raised when a stream is created.

System_CAPS_pubeventStreamDeleted

Raised when a stream is deleted.

Return to top
Show: