TreeView for WinForms | ComponentOne
C1.Win 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.
    Syntax
    'Declaration
     
    
    Public Class LongOperationEventArgs 
       Inherits System.EventArgs
    public class LongOperationEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          C1.Win.LongOperationEventArgs

    See Also