# FarPoint.Win.ClipboardChangeNotifier.WndProc

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_ClipboardChangeNotifier_WndProc_" data-uid="FarPoint.Win.ClipboardChangeNotifier.WndProc*">WndProc Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_ClipboardChangeNotifier_WndProc_" data-uid="FarPoint.Win.ClipboardChangeNotifier.WndProc*"></a>
<h4 id="FarPoint_Win_ClipboardChangeNotifier_WndProc_System_Windows_Forms_Message__" data-uid="FarPoint.Win.ClipboardChangeNotifier.WndProc(System.Windows.Forms.Message@)">WndProc(ref Message)</h4>
<div class="markdown level1 summary"><p>Provides default WndProc processing and responds to
Clipboard change notifications.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected override void WndProc(ref Message e)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Overrides Sub WndProc(ByRef e As Message)</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><span class="xref">Message</span></td>
      <td><span class="parametername">e</span></td>
      <td><p>Message</p>
</td>
    </tr>
  </tbody>
</table>
</div>
