C1.Excel Assembly / C1.Excel Namespace / XLProgressEventHandler Delegate

In This Topic
XLProgressEventHandler Delegate
In This Topic
Represents the method that will handle the C1XLBook.Progress event of a C1XLBook.
Syntax
'Declaration
 
Public Delegate Sub XLProgressEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As XLProgressEventArgs _
) 
 

Parameters

sender
e
See Also