# C1.Win.Accordion.ExpandDirectionChangedEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Accordion_ExpandDirectionChangedEventArgs" data-uid="C1.Win.Accordion.ExpandDirectionChangedEventArgs" class="text-break">ExpandDirectionChangedEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Provides data for the <a class="xref" href="C1.Win.Accordion.C1Accordion.ExpandDirectionChanged.html">ExpandDirectionChanged</a> event.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventargs">EventArgs</a></div>
    <div class="level2"><span class="xref">ExpandDirectionChangedEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Accordion.html">C1.Win.Accordion</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Accordion.10.dll</h6>
  <h5 id="C1_Win_Accordion_ExpandDirectionChangedEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ExpandDirectionChangedEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ExpandDirectionChangedEventArgs
    Inherits EventArgs</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Accordion_ExpandDirectionChangedEventArgs__ctor_C1_Win_Accordion_ExpandDirection_C1_Win_Accordion_ExpandDirection_System_Windows_Forms_Orientation_System_Windows_Forms_Orientation_" data-uid="C1.Win.Accordion.ExpandDirectionChangedEventArgs.#ctor(C1.Win.Accordion.ExpandDirection,C1.Win.Accordion.ExpandDirection,System.Windows.Forms.Orientation,System.Windows.Forms.Orientation)">
          <a class="xref" href="C1.Win.Accordion.ExpandDirectionChangedEventArgs.-ctor.html#C1_Win_Accordion_ExpandDirectionChangedEventArgs__ctor_C1_Win_Accordion_ExpandDirection_C1_Win_Accordion_ExpandDirection_System_Windows_Forms_Orientation_System_Windows_Forms_Orientation_">ExpandDirectionChangedEventArgs(ExpandDirection, ExpandDirection, Orientation, Orientation)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Accordion.ExpandDirectionChangedEventArgs.html">ExpandDirectionChangedEventArgs</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_Accordion_ExpandDirectionChangedEventArgs_NewExpandDirection" data-uid="C1.Win.Accordion.ExpandDirectionChangedEventArgs.NewExpandDirection">
          <a class="xref" href="C1.Win.Accordion.ExpandDirectionChangedEventArgs.NewExpandDirection.html#C1_Win_Accordion_ExpandDirectionChangedEventArgs_NewExpandDirection">NewExpandDirection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the current value of <a class="xref" href="C1.Win.Accordion.C1Accordion.ExpandDirection.html#C1_Win_Accordion_C1Accordion_ExpandDirection">ExpandDirection</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Accordion_ExpandDirectionChangedEventArgs_NewOrientation" data-uid="C1.Win.Accordion.ExpandDirectionChangedEventArgs.NewOrientation">
          <a class="xref" href="C1.Win.Accordion.ExpandDirectionChangedEventArgs.NewOrientation.html#C1_Win_Accordion_ExpandDirectionChangedEventArgs_NewOrientation">NewOrientation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the new value of <a class="xref" href="C1.Win.Accordion.C1Accordion.Orientation.html#C1_Win_Accordion_C1Accordion_Orientation">Orientation</a></p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Accordion_ExpandDirectionChangedEventArgs_OldExpandDirection" data-uid="C1.Win.Accordion.ExpandDirectionChangedEventArgs.OldExpandDirection">
          <a class="xref" href="C1.Win.Accordion.ExpandDirectionChangedEventArgs.OldExpandDirection.html#C1_Win_Accordion_ExpandDirectionChangedEventArgs_OldExpandDirection">OldExpandDirection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the previous value of <a class="xref" href="C1.Win.Accordion.C1Accordion.ExpandDirection.html#C1_Win_Accordion_C1Accordion_ExpandDirection">ExpandDirection</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Accordion_ExpandDirectionChangedEventArgs_OldOrientation" data-uid="C1.Win.Accordion.ExpandDirectionChangedEventArgs.OldOrientation">
          <a class="xref" href="C1.Win.Accordion.ExpandDirectionChangedEventArgs.OldOrientation.html#C1_Win_Accordion_ExpandDirectionChangedEventArgs_OldOrientation">OldOrientation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the previous value of <a class="xref" href="C1.Win.Accordion.C1Accordion.Orientation.html#C1_Win_Accordion_C1Accordion_Orientation">Orientation</a></p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Accordion_ExpandDirectionChangedEventArgs_OrientationChanged" data-uid="C1.Win.Accordion.ExpandDirectionChangedEventArgs.OrientationChanged">
          <a class="xref" href="C1.Win.Accordion.ExpandDirectionChangedEventArgs.OrientationChanged.html#C1_Win_Accordion_ExpandDirectionChangedEventArgs_OrientationChanged">OrientationChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicates whether the value of <a class="xref" href="C1.Win.Accordion.C1Accordion.Orientation.html#C1_Win_Accordion_C1Accordion_Orientation">Orientation</a> was changed or not.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
