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