ResourceDictionaryDiagnostics.ThemedResourceDictionaryLoaded Evento

Definición

Se produce cuando se adjunta un depurador administrado y la aplicación carga un objeto ResourceDictionary con tema.

public:
 static event EventHandler<System::Windows::Diagnostics::ResourceDictionaryLoadedEventArgs ^> ^ ThemedResourceDictionaryLoaded;
public static event EventHandler<System.Windows.Diagnostics.ResourceDictionaryLoadedEventArgs> ThemedResourceDictionaryLoaded;
member this.ThemedResourceDictionaryLoaded : EventHandler<System.Windows.Diagnostics.ResourceDictionaryLoadedEventArgs> 
Public Shared Custom Event ThemedResourceDictionaryLoaded As EventHandler(Of ResourceDictionaryLoadedEventArgs) 

Tipo de evento

EventHandler<ResourceDictionaryLoadedEventArgs>

Se aplica a