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: