Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Delegate ContentImportedEventHandler

Namespace: EPiServer.Enterprise
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
Syntax
[Obsolete("Use IDataImporter (or IDataImportEvents for events)", true)]
public delegate void ContentImportedEventHandler(DataImporter dataImported, ContentImportedEventArgs e);
Parameters
Type Name Description
DataImporter dataImported
ContentImportedEventArgs e

Constructors

ContentImportedEventHandler(Object, IntPtr)

Declaration
public ContentImportedEventHandler(object object, IntPtr method)
Parameters
Type Name Description
System.Object object
System.IntPtr method

Methods

BeginInvoke(DataImporter, ContentImportedEventArgs, AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(DataImporter dataImported, ContentImportedEventArgs e, AsyncCallback callback, object object)
Parameters
Type Name Description
DataImporter dataImported
ContentImportedEventArgs e
System.AsyncCallback callback
System.Object object
Returns
Type Description
System.IAsyncResult

EndInvoke(IAsyncResult)

Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type Name Description
System.IAsyncResult result

Invoke(DataImporter, ContentImportedEventArgs)

Declaration
public virtual void Invoke(DataImporter dataImported, ContentImportedEventArgs e)
Parameters
Type Name Description
DataImporter dataImported
ContentImportedEventArgs e

Extension Methods