ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Win Namespace / LongOperationEventArgs Class / Complete Property

In This Topic
    Complete Property (LongOperationEventArgs)
    In This Topic
    Gets the approximate completed ratio, from 0 (0% complete) to 1 (100% complete).
    Syntax
    'Declaration
     
    Public ReadOnly Property Complete As System.Double
    public System.double Complete {get;}
    See Also