# C1.Schedule.BasePersistableObject.BeginEdit

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Schedule_BasePersistableObject_BeginEdit_" data-uid="C1.Schedule.BasePersistableObject.BeginEdit*">BeginEdit Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Schedule_BasePersistableObject_BeginEdit_" data-uid="C1.Schedule.BasePersistableObject.BeginEdit*"></a>
<h4 id="C1_Schedule_BasePersistableObject_BeginEdit" data-uid="C1.Schedule.BasePersistableObject.BeginEdit">BeginEdit()</h4>
<div class="markdown level1 summary"><p>Brings the object in edit mode.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public virtual void BeginEdit()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overridable Sub BeginEdit()</code></pre>
</div>
<h5 id="C1_Schedule_BasePersistableObject_BeginEdit_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>A corresponding item from a data source will not be updated on this object's
property changes while the object is in edit mode. Data synchronization will
be performed when the <a class="xref" href="C1.Schedule.BasePersistableObject.EndEdit.html#C1_Schedule_BasePersistableObject_EndEdit">EndEdit()</a> method will be called.</p>
</div>
</div>
