Application.OnStartup(StartupEventArgs) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
引發 Startup 事件。
protected:
virtual void OnStartup(System::Windows::StartupEventArgs ^ e);
protected virtual void OnStartup (System.Windows.StartupEventArgs e);
abstract member OnStartup : System.Windows.StartupEventArgs -> unit
override this.OnStartup : System.Windows.StartupEventArgs -> unit
Protected Overridable Sub OnStartup (e As StartupEventArgs)
參數
StartupEventArgs,其中包含事件資料。
備註
衍生自 Application 的類型可能會覆寫 OnStartup 。 如果需要引發事件, Startup 覆寫的方法必須在基類中呼叫 OnStartup 。