Try our conversational search powered by Generative AI!

Delegate ContentImportingEventHandler

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

Constructors

ContentImportingEventHandler(Object, IntPtr)

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

Methods

BeginInvoke(DataImporter, ContentImportingEventArgs, AsyncCallback, Object)

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

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

Extension Methods