# C1.Win.C1Input.GrapeCity.Framework.Input.IMessageProcessor

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Input_GrapeCity_Framework_Input_IMessageProcessor" data-uid="C1.Win.C1Input.GrapeCity.Framework.Input.IMessageProcessor" class="text-break">IMessageProcessor Interface
</h1>
  <div class="markdown level0 summary"><p>Defines the message processor interface.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Input.GrapeCity.Framework.Input.html">C1.Win.C1Input.GrapeCity.Framework.Input</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Input.4.8.dll</h6>
  <h5 id="C1_Win_C1Input_GrapeCity_Framework_Input_IMessageProcessor_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IMessageProcessor</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IMessageProcessor</code></pre>
  </div>
  <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_C1Input_GrapeCity_Framework_Input_IMessageProcessor_PostProcess_System_Windows_Forms_Message__" data-uid="C1.Win.C1Input.GrapeCity.Framework.Input.IMessageProcessor.PostProcess(System.Windows.Forms.Message@)">
          <a class="xref" href="C1.Win.C1Input.GrapeCity.Framework.Input.IMessageProcessor.PostProcess.html#C1_Win_C1Input_GrapeCity_Framework_Input_IMessageProcessor_PostProcess_System_Windows_Forms_Message__">PostProcess(ref Message)</a>
        </td>
        <td class="markdown level1 summary"><p>Process the message after other processors.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Framework_Input_IMessageProcessor_PreProcess_System_Windows_Forms_Message__" data-uid="C1.Win.C1Input.GrapeCity.Framework.Input.IMessageProcessor.PreProcess(System.Windows.Forms.Message@)">
          <a class="xref" href="C1.Win.C1Input.GrapeCity.Framework.Input.IMessageProcessor.PreProcess.html#C1_Win_C1Input_GrapeCity_Framework_Input_IMessageProcessor_PreProcess_System_Windows_Forms_Message__">PreProcess(ref Message)</a>
        </td>
        <td class="markdown level1 summary"><p>Process the message before other processors.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
