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

In This Topic
    OnProgress Method
    In This Topic
    This member is for internal use only.
    Syntax
    'Declaration
     
    Function OnProgress( _
       ByVal ulProgress As System.UInteger, _
       ByVal ulProgressMax As System.UInteger, _
       ByVal ulStatusCode As System.UInteger, _
       ByVal szStatusText As System.String _
    ) As System.Integer
    System.int OnProgress( 
       System.uint ulProgress,
       System.uint ulProgressMax,
       System.uint ulStatusCode,
       System.string szStatusText
    )

    Parameters

    ulProgress
    ulProgressMax
    ulStatusCode
    szStatusText
    See Also