Try our conversational search powered by Generative AI!

Delegate FileExportingEventHandler

Namespace: EPiServer.Enterprise
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
Type Name Description
DataExporter dataExporting
FileExportingEventArgs e

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
Type Name Description
DataExporter dataExporting
FileExportingEventArgs e
System.AsyncCallback callback
System.Object object
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
Type Name Description
DataExporter dataExporting
FileExportingEventArgs e

Extension Methods