SaaS CMS has officially launched! Learn more now.

Delegate PageImportingEventHandler

Namespace: EPiServer.Enterprise
Assembly: EPiServer.Enterprise.dll
Version: 8.11.0
Syntax
[Obsolete("Use ContentImportingEventHandler instead")]
public delegate void PageImportingEventHandler(DataImporter dataImporting, PageImportingEventArgs e);
Parameters
Type Name Description
DataImporter dataImporting
PageImportingEventArgs e

Constructors

PageImportingEventHandler(Object, IntPtr)

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

Methods

BeginInvoke(DataImporter, PageImportingEventArgs, AsyncCallback, Object)

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

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

Extension Methods