Application.OnLoadCompleted(NavigationEventArgs) Yöntem

Tanım

Olayı tetikler LoadCompleted .

protected:
 virtual void OnLoadCompleted(System::Windows::Navigation::NavigationEventArgs ^ e);
protected virtual void OnLoadCompleted (System.Windows.Navigation.NavigationEventArgs e);
abstract member OnLoadCompleted : System.Windows.Navigation.NavigationEventArgs -> unit
override this.OnLoadCompleted : System.Windows.Navigation.NavigationEventArgs -> unit
Protected Overridable Sub OnLoadCompleted (e As NavigationEventArgs)

Parametreler

e
NavigationEventArgs

NavigationEventArgs Olay verilerini içeren bir.

Açıklamalar

OnLoadCompleted olayı tetikler LoadCompleted .

türünden Application türetilen bir tür geçersiz kılabilir OnLoadCompleted. Yükseltilmesi gerekiyorsa geçersiz kılınan yöntemin temel sınıfta LoadCompleted çağrısı OnLoadCompleted yapması gerekir.

Şunlara uygulanır

Ayrıca bkz.