Excel for WPF and Silverlight
XLProgressEventHandler Delegate

C1.WPF.Excel Namespace : XLProgressEventHandler Delegate
Represents the method that will handle the C1.C1Excel.C1XLBook.Progress event of a C1XLBook.
Syntax
'Declaration
 
Public Delegate Sub XLProgressEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As XLProgressEventArgs _
) 
public delegate void XLProgressEventHandler( 
   System.object sender,
   XLProgressEventArgs e
)

Parameters

sender
e
See Also

Reference

XLProgressEventHandler Members
C1.WPF.Excel Namespace