ClientBuildManager.AppDomainShutdown Event

Definition

Occurs when an application domain is shut down.

public:
 event System::Web::Compilation::BuildManagerHostUnloadEventHandler ^ AppDomainShutdown;
public event System.Web.Compilation.BuildManagerHostUnloadEventHandler AppDomainShutdown;
member this.AppDomainShutdown : System.Web.Compilation.BuildManagerHostUnloadEventHandler 
Public Custom Event AppDomainShutdown As BuildManagerHostUnloadEventHandler 
Public Event AppDomainShutdown As BuildManagerHostUnloadEventHandler 

Event Type

Applies to

See also