Try our conversational search powered by Generative AI!

Delegate UnifiedFileEventHandler

Event handler for UnifiedFile events.

Namespace: EPiServer.Web.Hosting
Assembly: EPiServer.dll
Version: 8.11.0
Syntax
public delegate void UnifiedFileEventHandler(UnifiedFile sender, UnifiedVirtualPathEventArgs e);
Parameters
Type Name Description
UnifiedFile sender

the UnifiedFile that triggered the event.

UnifiedVirtualPathEventArgs e

The event arguments.

Constructors

UnifiedFileEventHandler(Object, IntPtr)

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

Methods

BeginInvoke(UnifiedFile, UnifiedVirtualPathEventArgs, AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(UnifiedFile sender, UnifiedVirtualPathEventArgs e, AsyncCallback callback, object object)
Parameters
Type Name Description
UnifiedFile sender
UnifiedVirtualPathEventArgs 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(UnifiedFile, UnifiedVirtualPathEventArgs)

Declaration
public virtual void Invoke(UnifiedFile sender, UnifiedVirtualPathEventArgs e)
Parameters
Type Name Description
UnifiedFile sender
UnifiedVirtualPathEventArgs e

Extension Methods