Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor.Internal.HTML Namespace / IBindStatusCallback Interface / OnDataAvailable Method

In This Topic
    OnDataAvailable Method (IBindStatusCallback)
    In This Topic
    This member is for internal use only.
    Syntax
    'Declaration
     
    Function OnDataAvailable( _
       ByVal grfBSCF As System.UInteger, _
       ByVal dwSize As System.UInteger, _
       ByRef pFormatetc As System.Runtime.InteropServices.ComTypes.FORMATETC, _
       ByRef pStgmed As STGMEDIUM _
    ) As System.Integer
    System.int OnDataAvailable( 
       System.uint grfBSCF,
       System.uint dwSize,
       ref System.Runtime.InteropServices.ComTypes.FORMATETC pFormatetc,
       ref STGMEDIUM pStgmed
    )

    Parameters

    grfBSCF
    dwSize
    pFormatetc
    pStgmed
    See Also