Occurs before resources are disposed through the DisposeResources method
Syntax
Visual Basic (Declaration) | |
---|
<ResDescriptionAttribute("Fires before resources are disposed through the DisposeResources method.")>
Public Event ResourcesDispose As EventHandler |
C# | |
---|
[ResDescriptionAttribute("Fires before resources are disposed through the DisposeResources method.")]
public event EventHandler ResourcesDispose |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also