C1.WPF.Document.4.6.2 Assembly / C1.WPF.Document Namespace / LongOperationEventArgs Class
Members

LongOperationEventArgs Class
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
 
Inheritance Hierarchy

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

See Also