# C1.Document.INotifyObject

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Document_INotifyObject" data-uid="C1.Document.INotifyObject" class="text-break">INotifyObject Interface
</h1>
  <div class="markdown level0 summary"><p>Notifies clients that a property value about to be changed or already has changed.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Document.html">C1.Document</a></h6>
  <h6><strong>Assembly</strong>: C1.Document.dll</h6>
  <h5 id="C1_Document_INotifyObject_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface INotifyObject</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface INotifyObject</code></pre>
  </div>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Document_INotifyObject_PropertyChanged" data-uid="C1.Document.INotifyObject.PropertyChanged">
          <a class="xref" href="C1.Document.INotifyObject.PropertyChanged.html">PropertyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a property value changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_INotifyObject_PropertyChanging" data-uid="C1.Document.INotifyObject.PropertyChanging">
          <a class="xref" href="C1.Document.INotifyObject.PropertyChanging.html">PropertyChanging</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a property value about to be changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
