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