Delegate FileExportingEventHandler
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
Syntax
[Obsolete("Use IDataExporter (or IDataExportEvents for events)", true)]
public delegate void FileExportingEventHandler(DataExporter dataExporting, FileExportingEventArgs e);
Parameters
Constructors
FileExportingEventHandler(Object, IntPtr)
Declaration
public FileExportingEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(DataExporter, FileExportingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(DataExporter dataExporting, FileExportingEventArgs e, AsyncCallback callback, object object)
Parameters
Returns
Type |
Description |
System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(DataExporter, FileExportingEventArgs)
Declaration
public virtual void Invoke(DataExporter dataExporting, FileExportingEventArgs e)
Parameters
Extension Methods