Application.OnWindowCreated(WindowCreatedEventArgs) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アプリケーションがウィンドウを作成するときに呼び出されます。
protected:
virtual void OnWindowCreated(WindowCreatedEventArgs ^ args) = OnWindowCreated;
void OnWindowCreated(WindowCreatedEventArgs const& args);
protected virtual void OnWindowCreated(WindowCreatedEventArgs args);
function onWindowCreated(args)
Protected Overridable Sub OnWindowCreated (args As WindowCreatedEventArgs)
パラメーター
イベントのイベント データ。
注釈
このメソッドは、メイン ウィンドウを作成するために 1 回、ホストされているウィンドウごとに 1 回、CreateNewView が呼び出されるたびに 1 回呼び出されます。 たとえば、SearchPane.GetForCurrentView や SettingsPane.GetForCurrentView などの GetForCurrentView メソッドを呼び出すことで、このメソッドをオーバーライドしてさまざまなペインにアクセスできます。