# C1.WPF.FlexGrid.RowCol.StylePropertyChanged

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_FlexGrid_RowCol_StylePropertyChanged_" data-uid="C1.WPF.FlexGrid.RowCol.StylePropertyChanged*">StylePropertyChanged Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_FlexGrid_RowCol_StylePropertyChanged_" data-uid="C1.WPF.FlexGrid.RowCol.StylePropertyChanged*"></a>
<h4 id="C1_WPF_FlexGrid_RowCol_StylePropertyChanged_System_Object_System_ComponentModel_PropertyChangedEventArgs_" data-uid="C1.WPF.FlexGrid.RowCol.StylePropertyChanged(System.Object,System.ComponentModel.PropertyChangedEventArgs)">StylePropertyChanged(object, PropertyChangedEventArgs)</h4>
<div class="markdown level1 summary"><p>Called when any <a class="xref" href="C1.WPF.FlexGrid.RowCol.CellStyle.html#C1_WPF_FlexGrid_RowCol_CellStyle">CellStyle</a> owned by the grid changes.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected void StylePropertyChanged(object sender, PropertyChangedEventArgs e)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Sub StylePropertyChanged(sender As Object, e As PropertyChangedEventArgs)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
      <td><span class="parametername">sender</span></td>
      <td><p><a class="xref" href="C1.WPF.FlexGrid.RowCol.CellStyle.html#C1_WPF_FlexGrid_RowCol_CellStyle">CellStyle</a> that changed.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.propertychangedeventargs">PropertyChangedEventArgs</a></td>
      <td><span class="parametername">e</span></td>
      <td><pre><code>&lt;xref href=&quot;System.ComponentModel.PropertyChangedEventArgs&quot; data-throw-if-not-resolved=&quot;false&quot;&gt;&lt;/xref&gt; that contains the 
</code></pre>
<p>name of the property that changed.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
