Mono Class Library: System.AppDomain Overview | Members

System.AppDomain.DomainUnload Event

Raised when a AppDomain is about to be unloaded. [Edit]

public event EventHandler DomainUnload

Remarks

Note:

This event is handled by a EventHandler delegate. Information about the event is passed to the delegate in a EventArgs instance. The delegate for this event can perform any termination activities before the application domain is unloaded.

For additional information about events, see Partitions I and II of the CLI Specification.

[Edit]

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0