SaaS CMS has officially launched! Learn more now.

Delegate PageExportedEventHandler

Namespace: EPiServer.Enterprise
Assembly: EPiServer.Enterprise.dll
Version: 8.11.0
Syntax
[Obsolete("Use ContentExportedEventHandler")]
public delegate void PageExportedEventHandler(DataExporter dataExported, PageExportedEventArgs e);
Parameters
Type Name Description
DataExporter dataExported
PageExportedEventArgs e

Constructors

PageExportedEventHandler(Object, IntPtr)

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

Methods

BeginInvoke(DataExporter, PageExportedEventArgs, AsyncCallback, Object)

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

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

Extension Methods