Share via


WebView.Navigated 事件

定義

Web 導覽完成之後引發。

public:
 event EventHandler<Microsoft::Maui::Controls::WebNavigatedEventArgs ^> ^ Navigated;
public event EventHandler<Microsoft.Maui.Controls.WebNavigatedEventArgs> Navigated;
member this.Navigated : EventHandler<Microsoft.Maui.Controls.WebNavigatedEventArgs> 
Public Event Navigated As EventHandler(Of WebNavigatedEventArgs) 

事件類型

適用於