SaaS CMS has officially launched! Learn more now.

Delegate PageExportingEventHandler

Namespace: EPiServer.Enterprise
Assembly: EPiServer.Enterprise.dll
Version: 7.19.2
Syntax
[Obsolete("Use ContentExportingEventHandler")]
public delegate void PageExportingEventHandler(DataExporter dataExporting, PageExportingEventArgs e);
Parameters
Type Name Description
DataExporter dataExporting
PageExportingEventArgs e

Constructors

PageExportingEventHandler(Object, IntPtr)

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

Methods

BeginInvoke(DataExporter, PageExportingEventArgs, AsyncCallback, Object)

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

Declaration
public virtual void Invoke(DataExporter dataExporting, PageExportingEventArgs e)
Parameters
Type Name Description
DataExporter dataExporting
PageExportingEventArgs e

Extension Methods