[]
        
(Showing Draft Content)

C1.Excel.XLProgressEventHandler

XLProgressEventHandler Delegate

Represents the method that will handle the Progress event of a C1XLBook.

Namespace: C1.Excel
Assembly: C1.Excel.dll
Syntax
public delegate void XLProgressEventHandler(object sender, XLProgressEventArgs e)
Parameters
Type Name Description
object sender Represents the method that will handle the event of a .
XLProgressEventArgs e Represents the method that will handle the event of a .

Constructors

Name Description
XLProgressEventHandler(object, IntPtr)

Methods

Name Description
BeginInvoke(object, XLProgressEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, XLProgressEventArgs)