# C1.Win.C1Editor.Internal.HTML.IBindStatusCallback

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Editor_Internal_HTML_IBindStatusCallback" data-uid="C1.Win.C1Editor.Internal.HTML.IBindStatusCallback" class="text-break">IBindStatusCallback Interface
</h1>
  <div class="markdown level0 summary"><p>This interface is for internal use only.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Editor.Internal.HTML.html">C1.Win.C1Editor.Internal.HTML</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Editor.4.8.dll</h6>
  <h5 id="C1_Win_C1Editor_Internal_HTML_IBindStatusCallback_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ComVisible(true)]
[Guid(&quot;79EAC9C1-BAF9-11CE-8C82-00AA004BA90B&quot;)]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IBindStatusCallback</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ComVisible(True)&gt;
&lt;Guid(&quot;79EAC9C1-BAF9-11CE-8C82-00AA004BA90B&quot;)&gt;
&lt;InterfaceType(ComInterfaceType.InterfaceIsIUnknown)&gt;
Public Interface IBindStatusCallback</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_C1Editor_Internal_HTML_IBindStatusCallback_GetBindInfo_System_UInt32__C1_Win_C1Editor_Internal_HTML_BINDINFO__" data-uid="C1.Win.C1Editor.Internal.HTML.IBindStatusCallback.GetBindInfo(System.UInt32@,C1.Win.C1Editor.Internal.HTML.BINDINFO@)">
          <a class="xref" href="C1.Win.C1Editor.Internal.HTML.IBindStatusCallback.GetBindInfo.html#C1_Win_C1Editor_Internal_HTML_IBindStatusCallback_GetBindInfo_System_UInt32__C1_Win_C1Editor_Internal_HTML_BINDINFO__">GetBindInfo(ref uint, ref BINDINFO)</a>
        </td>
        <td class="markdown level1 summary"><p>This member is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_Internal_HTML_IBindStatusCallback_GetPriority_System_Int32__" data-uid="C1.Win.C1Editor.Internal.HTML.IBindStatusCallback.GetPriority(System.Int32@)">
          <a class="xref" href="C1.Win.C1Editor.Internal.HTML.IBindStatusCallback.GetPriority.html#C1_Win_C1Editor_Internal_HTML_IBindStatusCallback_GetPriority_System_Int32__">GetPriority(out int)</a>
        </td>
        <td class="markdown level1 summary"><p>This member is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_Internal_HTML_IBindStatusCallback_OnDataAvailable_System_UInt32_System_UInt32_System_Runtime_InteropServices_ComTypes_FORMATETC__C1_Win_C1Editor_Internal_HTML_STGMEDIUM__" data-uid="C1.Win.C1Editor.Internal.HTML.IBindStatusCallback.OnDataAvailable(System.UInt32,System.UInt32,System.Runtime.InteropServices.ComTypes.FORMATETC@,C1.Win.C1Editor.Internal.HTML.STGMEDIUM@)">
          <a class="xref" href="C1.Win.C1Editor.Internal.HTML.IBindStatusCallback.OnDataAvailable.html#C1_Win_C1Editor_Internal_HTML_IBindStatusCallback_OnDataAvailable_System_UInt32_System_UInt32_System_Runtime_InteropServices_ComTypes_FORMATETC__C1_Win_C1Editor_Internal_HTML_STGMEDIUM__">OnDataAvailable(uint, uint, ref FORMATETC, ref STGMEDIUM)</a>
        </td>
        <td class="markdown level1 summary"><p>This member is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_Internal_HTML_IBindStatusCallback_OnLowResource_System_UInt32_" data-uid="C1.Win.C1Editor.Internal.HTML.IBindStatusCallback.OnLowResource(System.UInt32)">
          <a class="xref" href="C1.Win.C1Editor.Internal.HTML.IBindStatusCallback.OnLowResource.html#C1_Win_C1Editor_Internal_HTML_IBindStatusCallback_OnLowResource_System_UInt32_">OnLowResource(uint)</a>
        </td>
        <td class="markdown level1 summary"><p>This member is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_Internal_HTML_IBindStatusCallback_OnObjectAvailable_System_Guid__System_Object_" data-uid="C1.Win.C1Editor.Internal.HTML.IBindStatusCallback.OnObjectAvailable(System.Guid@,System.Object)">
          <a class="xref" href="C1.Win.C1Editor.Internal.HTML.IBindStatusCallback.OnObjectAvailable.html#C1_Win_C1Editor_Internal_HTML_IBindStatusCallback_OnObjectAvailable_System_Guid__System_Object_">OnObjectAvailable(ref Guid, object)</a>
        </td>
        <td class="markdown level1 summary"><p>This member is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_Internal_HTML_IBindStatusCallback_OnProgress_System_UInt32_System_UInt32_System_UInt32_System_String_" data-uid="C1.Win.C1Editor.Internal.HTML.IBindStatusCallback.OnProgress(System.UInt32,System.UInt32,System.UInt32,System.String)">
          <a class="xref" href="C1.Win.C1Editor.Internal.HTML.IBindStatusCallback.OnProgress.html#C1_Win_C1Editor_Internal_HTML_IBindStatusCallback_OnProgress_System_UInt32_System_UInt32_System_UInt32_System_String_">OnProgress(uint, uint, uint, string)</a>
        </td>
        <td class="markdown level1 summary"><p>This member is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_Internal_HTML_IBindStatusCallback_OnStartBinding_System_UInt32_C1_Win_C1Editor_Internal_HTML_IBinding_" data-uid="C1.Win.C1Editor.Internal.HTML.IBindStatusCallback.OnStartBinding(System.UInt32,C1.Win.C1Editor.Internal.HTML.IBinding)">
          <a class="xref" href="C1.Win.C1Editor.Internal.HTML.IBindStatusCallback.OnStartBinding.html#C1_Win_C1Editor_Internal_HTML_IBindStatusCallback_OnStartBinding_System_UInt32_C1_Win_C1Editor_Internal_HTML_IBinding_">OnStartBinding(uint, IBinding)</a>
        </td>
        <td class="markdown level1 summary"><p>This member is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_Internal_HTML_IBindStatusCallback_OnStopBinding_System_UInt32_System_String_" data-uid="C1.Win.C1Editor.Internal.HTML.IBindStatusCallback.OnStopBinding(System.UInt32,System.String)">
          <a class="xref" href="C1.Win.C1Editor.Internal.HTML.IBindStatusCallback.OnStopBinding.html#C1_Win_C1Editor_Internal_HTML_IBindStatusCallback_OnStopBinding_System_UInt32_System_String_">OnStopBinding(uint, string)</a>
        </td>
        <td class="markdown level1 summary"><p>This member is for internal use only.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
