[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.LongOperationEventHandler

LongOperationEventHandler Delegate

Represents a method that can handle a long operation event.

Namespace: GrapeCity.Documents.Common
Assembly: DS.Documents.Imaging.dll
Syntax
public delegate void LongOperationEventHandler(object sender, LongOperationEventArgs e)
Public Delegate Sub LongOperationEventHandler(sender As Object, e As LongOperationEventArgs)
Parameters
Type Name Description
object sender

The source of the event.

LongOperationEventArgs e

A LongOperationEventArgs that contains event data.