Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document Namespace / LongOperationEventArgs Class
Members

In This Topic
    LongOperationEventArgs Class
    In This Topic
    Describes arguments for the event fired periodically by a potentially long operation. Allows to provide feedback to the user and may also allow to cancel the operation.
    Object Model
    LongOperationEventArgs Class
    Syntax
    'Declaration
     
    Public Class LongOperationEventArgs 
       Inherits System.EventArgs
    public class LongOperationEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          C1.WPF.Document.LongOperationEventArgs

    See Also