Causes the object to leave editing mode and commit the edited value.

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

Syntax

C#
public void EndEdit()
Visual Basic
Public Sub EndEdit
Visual C++
public:
virtual void EndEdit() sealed

Implements

IEditableObject..::..EndEdit()()()()

Remarks

If the store collection itself or an annotation property was changed during editing mode, the Changed event is raised.

See Also