ClientBuildManager::AppDomainShutdown Event

 

Occurs when an application domain is shut down.

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

public:
event BuildManagerHostUnloadEventHandler^ AppDomainShutdown {
	void add(BuildManagerHostUnloadEventHandler^ value);
	void remove(BuildManagerHostUnloadEventHandler^ value);
}

.NET Framework
Available since 2.0
Return to top
Show: