# C1.WPF.Schedule.C1Scheduler.OnChangeStyleCommand

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_Schedule_C1Scheduler_OnChangeStyleCommand_" data-uid="C1.WPF.Schedule.C1Scheduler.OnChangeStyleCommand*">OnChangeStyleCommand Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_Schedule_C1Scheduler_OnChangeStyleCommand_" data-uid="C1.WPF.Schedule.C1Scheduler.OnChangeStyleCommand*"></a>
<h4 id="C1_WPF_Schedule_C1Scheduler_OnChangeStyleCommand_System_Windows_Input_ExecutedRoutedEventArgs_" data-uid="C1.WPF.Schedule.C1Scheduler.OnChangeStyleCommand(System.Windows.Input.ExecutedRoutedEventArgs)">OnChangeStyleCommand(ExecutedRoutedEventArgs)</h4>
<div class="markdown level1 summary"><p>Handles the C1Scheduler.ChangeStyle command.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected virtual void OnChangeStyleCommand(ExecutedRoutedEventArgs args)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Overridable Sub OnChangeStyleCommand(args As ExecutedRoutedEventArgs)</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.windows.input.executedroutedeventargs">ExecutedRoutedEventArgs</a></td>
      <td><span class="parametername">args</span></td>
      <td><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.executedroutedeventargs">ExecutedRoutedEventArgs</a> event arguments.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="C1_WPF_Schedule_C1Scheduler_OnChangeStyleCommand_System_Windows_Input_ExecutedRoutedEventArgs__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Override this method to alter the default behavior.</p>
</div>
</div>
