# C1.Win.Themes.IC1Themeable

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Themes_IC1Themeable" data-uid="C1.Win.Themes.IC1Themeable" class="text-break">IC1Themeable Interface
</h1>
  <div class="markdown level0 summary"><p>Specifies that this object defines whether a <a class="xref" href="C1.Win.Themes.C1Theme.html">C1Theme</a> can be applied to it.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Themes.html">C1.Win.Themes</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Themes.4.8.dll</h6>
  <h5 id="C1_Win_Themes_IC1Themeable_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IC1Themeable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IC1Themeable</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Themes_IC1Themeable_AllowThemeChange" data-uid="C1.Win.Themes.IC1Themeable.AllowThemeChange">
          <a class="xref" href="C1.Win.Themes.IC1Themeable.AllowThemeChange.html#C1_Win_Themes_IC1Themeable_AllowThemeChange">AllowThemeChange</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether to apply the theme to the object.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Themes_IC1Themeable_OnThemeChanged_System_String_" data-uid="C1.Win.Themes.IC1Themeable.OnThemeChanged(System.String)">
          <a class="xref" href="C1.Win.Themes.IC1Themeable.OnThemeChanged.html#C1_Win_Themes_IC1Themeable_OnThemeChanged_System_String_">OnThemeChanged(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after a theme has been applied to an object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Themes_IC1Themeable_OnThemeChanging_System_String_" data-uid="C1.Win.Themes.IC1Themeable.OnThemeChanging(System.String)">
          <a class="xref" href="C1.Win.Themes.IC1Themeable.OnThemeChanging.html#C1_Win_Themes_IC1Themeable_OnThemeChanging_System_String_">OnThemeChanging(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a theme is about to be applied to an object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
