Event handler for UnifiedFile events.

Namespace:  EPiServer.Web.Hosting
Assembly:  EPiServer (in EPiServer.dll) Version: 5.2.375.236

Syntax

C#
public delegate void UnifiedFileEventHandler(
	UnifiedFile sender,
	UnifiedVirtualPathEventArgs e
)

Parameters

sender
Type: EPiServer.Web.Hosting..::.UnifiedFile
the UnifiedFile that triggered the event.
e
Type: EPiServer.Web.Hosting..::.UnifiedVirtualPathEventArgs
The event arguments.

See Also