StartupEventHandler 代理人

定義

My.Application.Startup イベントを処理するメソッドを表します。

public delegate void StartupEventHandler(System::Object ^ sender, StartupEventArgs ^ e);
public delegate void StartupEventHandler(object sender, StartupEventArgs e);
type StartupEventHandler = delegate of obj * StartupEventArgs -> unit
Public Delegate Sub StartupEventHandler(sender As Object, e As StartupEventArgs)

パラメーター

sender
Object

イベントのソース。

e
StartupEventArgs

イベント データを含んでいる StartupEventArgs オブジェクト。

WindowsFormsApplicationBase.Startup

Visual Basic アプリケーション モデルの概要

注釈

Visual Basic では、このデリゲートを明示的に操作する必要はありません。 詳細については、「Startup」を参照してください。

拡張メソッド

GetMethodInfo(Delegate)

指定したデリゲートによって表されるメソッドを表すオブジェクトを取得します。

適用対象