# C1.Report.FieldBase.OnPropertyChanged

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Report_FieldBase_OnPropertyChanged_" data-uid="C1.Report.FieldBase.OnPropertyChanged*">OnPropertyChanged Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Report_FieldBase_OnPropertyChanged_" data-uid="C1.Report.FieldBase.OnPropertyChanged*"></a>
<h4 id="C1_Report_FieldBase_OnPropertyChanged" data-uid="C1.Report.FieldBase.OnPropertyChanged">OnPropertyChanged()</h4>
<div class="markdown level1 summary"><p>Marks the owner report as dirty so it will clear the internal cache and render again.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public override void OnPropertyChanged()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overrides Sub OnPropertyChanged()</code></pre>
</div>
<h5 class="overrides">Overrides</h5>
<div><span class="xref">C1.Report.ReportObject.OnPropertyChanged()</span></div>
<h5 id="C1_Report_FieldBase_OnPropertyChanged_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This is useful in the implementation of custom fields (classes based on <a class="xref" href="C1.Report.Field.html">Field</a>).</p>
<p>After changing the value of any properties that affect the field's appearance, call this method 
to ensure that the report will be re-generated and the changes will be visible.</p>
</div>
</div>
