Document Library for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / LongOperationEventArgs Class / LongOperationEventArgs Constructor / LongOperationEventArgs Constructor(Double)
How much is complete (from 0 to 1).

In This Topic
    LongOperationEventArgs Constructor(Double)
    In This Topic
    Creates a new instance of LongOperationEventArgs with the specified complete value and CanCancel=false.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal complete As Double _
    )
    public LongOperationEventArgs( 
       double complete
    )

    Parameters

    complete
    How much is complete (from 0 to 1).
    See Also