ResourceDictionaryDiagnostics.ThemedResourceDictionaryLoaded イベント

定義

マネージド デバッガーがアタッチされ、テーマが適用された ResourceDictionary オブジェクトがアプリケーションによって読み込まれている場合に発生します。

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) 

イベントの種類

EventHandler<ResourceDictionaryLoadedEventArgs>

適用対象