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)

지정된 대리자가 나타내는 메서드를 나타내는 개체를 가져옵니다.

적용 대상