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

Try our conversational search powered by Generative AI!

Delegate FileImportingEventHandler

Namespace: EPiServer.Enterprise
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
Syntax
[Obsolete("Use IDataImporter (or IDataImportEvents for events)", true)]
public delegate void FileImportingEventHandler(DataImporter dataImporting, FileImportingEventArgs e);
Parameters
Type Name Description
DataImporter dataImporting
FileImportingEventArgs e

Constructors

FileImportingEventHandler(Object, IntPtr)

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

Methods

BeginInvoke(DataImporter, FileImportingEventArgs, AsyncCallback, Object)

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

Declaration
public virtual void Invoke(DataImporter dataImporting, FileImportingEventArgs e)
Parameters
Type Name Description
DataImporter dataImporting
FileImportingEventArgs e

Extension Methods