Causes the object to enter editing mode.

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 BeginEdit()
Visual Basic
Public Sub BeginEdit
Visual C++
public:
virtual void BeginEdit() sealed

Implements

IEditableObject..::..BeginEdit()()()()

Remarks

In edit mode, no Changed events are raised. Use the edit mode to perform bulk operations on the annotation store which prevents the Changed event to be raised for every update.

See Also