Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / LongOperationEventArgs Class / LongOperationEventArgs Constructor / LongOperationEventArgs Constructor(Boolean)
Whether the operation can be cancelled.

In This Topic
    LongOperationEventArgs Constructor(Boolean)
    In This Topic
    Creates a new instance of LongOperationEventArgs with the specified CanCancel value and Complete=0.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal canCancel As Boolean _
    )
    public LongOperationEventArgs( 
       bool canCancel
    )

    Parameters

    canCancel
    Whether the operation can be cancelled.
    See Also