Delegate PageExportingEventHandler
Assembly: EPiServer.Enterprise.dll
Version: 9.12.2
Syntax
[Obsolete("Use ContentExportingEventHandler")]
public delegate void PageExportingEventHandler(DataExporter dataExporting, PageExportingEventArgs e);
Parameters
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
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
Extension Methods