Class SpreadStreamWorkbookEventHandler
Represents the method that will handle the SpreadWorkbookCreated event.
Inheritance
System.Object
SpreadStreamWorkbookEventHandler
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.SpreadsheetStreamingExport.dll
Syntax
public sealed class SpreadStreamWorkbookEventHandler : MulticastDelegate
Constructors
SpreadStreamWorkbookEventHandler(Object, IntPtr)
Declaration
public SpreadStreamWorkbookEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, SpreadStreamWorkbookEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, SpreadStreamWorkbookEventArgs e, AsyncCallback callback, object object)
Parameters
System.
|
Spread
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.
|
Invoke(Object, SpreadStreamWorkbookEventArgs)
Declaration
public virtual void Invoke(object sender, SpreadStreamWorkbookEventArgs e)
Parameters
System.
|
Spread
|