Document Library for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / LongOperationEventArgs Class / LongOperationEventArgs Constructor

In This Topic
    LongOperationEventArgs Constructor
    In This Topic
    Overload List
    OverloadDescription
    Creates a new instance of LongOperationEventArgs with default properties (Complete=0, CanCancel=false).  
    Creates a new instance of LongOperationEventArgs with the specified complete value and CanCancel=false.  
    Creates a new instance of LongOperationEventArgs with the specified complete and CanCancel values.  
    Creates a new instance of LongOperationEventArgs with the specified CanCancel value and Complete=0.  
    See Also