Delegate ContentExportingEventHandler
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
Syntax
[Obsolete("Use IDataExporter (or IDataExportEvents for events)", true)]
public delegate void ContentExportingEventHandler(DataExporter dataExporting, ContentExportingEventArgs e);
Parameters
Constructors
ContentExportingEventHandler(Object, IntPtr)
Declaration
public ContentExportingEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(DataExporter, ContentExportingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(DataExporter dataExporting, ContentExportingEventArgs 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, ContentExportingEventArgs)
Declaration
public virtual void Invoke(DataExporter dataExporting, ContentExportingEventArgs e)
Parameters
Extension Methods