Try our conversational search powered by Generative AI!

Delegate UnifiedDirectoryEventHandler

Event handler for UnifiedDirectory events.

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

the UnifiedDirectory that triggered the event.

UnifiedVirtualPathEventArgs e

The event arguments.

Constructors

UnifiedDirectoryEventHandler(Object, IntPtr)

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

Methods

BeginInvoke(UnifiedDirectory, UnifiedVirtualPathEventArgs, AsyncCallback, Object)

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

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

Extension Methods