# C1.Win.C1Input.C1Label.OnBindingFormatting

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_C1Input_C1Label_OnBindingFormatting_" data-uid="C1.Win.C1Input.C1Label.OnBindingFormatting*">OnBindingFormatting Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_C1Input_C1Label_OnBindingFormatting_" data-uid="C1.Win.C1Input.C1Label.OnBindingFormatting*"></a>
<h4 id="C1_Win_C1Input_C1Label_OnBindingFormatting_System_Windows_Forms_ConvertEventArgs_" data-uid="C1.Win.C1Input.C1Label.OnBindingFormatting(System.Windows.Forms.ConvertEventArgs)">OnBindingFormatting(ConvertEventArgs)</h4>
<div class="markdown level1 summary"><p>Invokes the <a class="xref" href="C1.Win.C1Input.C1Label.BindingFormatting.html">BindingFormatting</a> event.</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 OnBindingFormatting(ConvertEventArgs e)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Overridable Sub OnBindingFormatting(e As ConvertEventArgs)</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.forms.converteventargs">ConvertEventArgs</a></td>
      <td><span class="parametername">e</span></td>
      <td><p>An <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.converteventargs">ConvertEventArgs</a> that contains the event data.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
