Delegate PageImportingEventHandler
Assembly: EPiServer.Enterprise.dll
Version: 9.12.2
Syntax
[Obsolete("Use ContentImportingEventHandler instead")]
public delegate void PageImportingEventHandler(DataImporter dataImporting, PageImportingEventArgs e);
Parameters
Constructors
PageImportingEventHandler(Object, IntPtr)
Declaration
public PageImportingEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(DataImporter, PageImportingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(DataImporter dataImporting, PageImportingEventArgs 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(DataImporter, PageImportingEventArgs)
Declaration
public virtual void Invoke(DataImporter dataImporting, PageImportingEventArgs e)
Parameters
Extension Methods