System.Windows.Annotations.Storage Namespace

Provides types that define the storage architecture and mediums to save and retrieve user-created annotations.

Classes

AnnotationStore

When overridden in a derived class, represents a data store for writing and reading user annotations.

StoreContentChangedEventArgs

Provides data for the StoreContentChanged event.

XmlStreamStore

Represents an XML data store for writing and reading user annotations.

Enums

StoreContentAction

Specifies the actions performed on an Annotation in an AnnotationStore.

Delegates

StoreContentChangedEventHandler

Represents the method that handles the StoreContentChanged event raised by the AnnotationStore class.

See also