Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ResourceDictionaryDiagnostics::ThemedResourceDictionaryUnloaded Event

 

Occurs when a managed debugger is attached and a themed ResourceDictionary object is unloaded from the application.

Namespace:   System.Windows.Diagnostics
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
event EventHandler<ResourceDictionaryUnloadedEventArgs^>^ ThemedResourceDictionaryUnloaded {
	static void add(EventHandler<ResourceDictionaryUnloadedEventArgs^>^ value);
	static void remove(EventHandler<ResourceDictionaryUnloadedEventArgs^>^ value);
}

.NET Framework
Available since 4.6.2
Return to top
Show:
© 2017 Microsoft