Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Delegate FileExportedEventHandler

Namespace: EPiServer.Enterprise
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
Syntax
[Obsolete("Use IDataExporter (or IDataExportEvents for events)", true)]
public delegate void FileExportedEventHandler(DataExporter dataExported, FileExportedEventArgs e);
Parameters
Type Name Description
DataExporter dataExported
FileExportedEventArgs e

Constructors

FileExportedEventHandler(Object, IntPtr)

Declaration
public FileExportedEventHandler(object object, IntPtr method)
Parameters
Type Name Description
System.Object object
System.IntPtr method

Methods

BeginInvoke(DataExporter, FileExportedEventArgs, AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(DataExporter dataExported, FileExportedEventArgs e, AsyncCallback callback, object object)
Parameters
Type Name Description
DataExporter dataExported
FileExportedEventArgs 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, FileExportedEventArgs)

Declaration
public virtual void Invoke(DataExporter dataExported, FileExportedEventArgs e)
Parameters
Type Name Description
DataExporter dataExported
FileExportedEventArgs e

Extension Methods