NavigationStoppedEventHandler 代理人

定義

代表將處理 NavigationStopped 事件的方法。

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

參數

sender
Object

事件的來源。

e
NavigationEventArgs

事件資料。

備註

此事件處理常式用於下列事件:

擴充方法

GetMethodInfo(Delegate)

取得表示特定委派所代表之方法的物件。

適用於