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::ThemedResourceDictionaryLoaded Event

 

Occurs when a managed debugger is attached, and a themed ResourceDictionary object is loaded by the application.

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

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

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