InputPanel for WinForms | ComponentOne
C1.Win.5 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 Double
    public double Complete {get;}
    See Also