NavigationProgressEventHandler 代理人
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表處理 NavigationProgress 事件的方法。
public delegate void NavigationProgressEventHandler(System::Object ^ sender, NavigationProgressEventArgs ^ e);
public delegate void NavigationProgressEventHandler(object sender, NavigationProgressEventArgs e);
type NavigationProgressEventHandler = delegate of obj * NavigationProgressEventArgs -> unit
Public Delegate Sub NavigationProgressEventHandler(sender As Object, e As NavigationProgressEventArgs)
參數
- sender
- Object
事件的 來源。
事件資料。
備註
此事件處理程式用於以下事件:
擴充方法
| 名稱 | Description |
|---|---|
| GetMethodInfo(Delegate) |
取得一個代表指定代理所代表方法的物件。 |