ResourceDictionaryDiagnostics::GenericResourceDictionaryLoaded Event

 

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

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

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

.NET Framework
Available since 4.6.2
Return to top
Show: