WebNavigatedEventArgs 생성자

정의

WebNavigatedEventArgs 인스턴스를 초기화합니다.

public WebNavigatedEventArgs (Xamarin.Forms.WebNavigationEvent navigationEvent, Xamarin.Forms.WebViewSource source, string url, Xamarin.Forms.WebNavigationResult result);
new Xamarin.Forms.WebNavigatedEventArgs : Xamarin.Forms.WebNavigationEvent * Xamarin.Forms.WebViewSource * string * Xamarin.Forms.WebNavigationResult -> Xamarin.Forms.WebNavigatedEventArgs

매개 변수

navigationEvent
WebNavigationEvent

발생된 탐색 이벤트입니다.

source
WebViewSource

이벤트를 발생시킨 웹 원본 보기입니다.

url
System.String

탐색 이벤트의 URL입니다.

result
WebNavigationResult

이벤트를 발생시킨 탐색 결과입니다.

적용 대상