Occurs when the store itself or an individual annotation property in this store has changed.

Namespace: FirstFloor.Documents.Annotations.Storage
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public event EventHandler Changed
Visual Basic
Public Event Changed As EventHandler
Visual C++
public:
 event EventHandler^ Changed {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}

See Also