WebView.Navigated 이벤트

정의

웹 탐색이 완료된 후 발생합니다.

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) 

이벤트 유형

적용 대상