BuildManagerHostUnloadEventHandler Delegate

 

Represents the method that handles the AppDomainUnloaded event and the AppDomainShutdown event of a ClientBuildManager object.

Namespace:   System.Web.Compilation
Assembly:  System.Web (in System.Web.dll)

Public Delegate Sub BuildManagerHostUnloadEventHandler (
	sender As Object,
	e As BuildManagerHostUnloadEventArgs
)

Parameters

sender
Type: System.Object

The source of the event.

e
Type: System.Web.Compilation.BuildManagerHostUnloadEventArgs

A BuildManagerHostUnloadEventArgs that contains the event data.

.NET Framework
Available since 2.0
Return to top
Show: