Table of Contents
WebView.Closed Event

Occurs when the WebView is closed.

Syntax
 public event WebViewClosedEventHandler Closed;
Event Data

The event handler receives an argument of type WebViewClosedEventArgs containing data related to this event. The following WebViewClosedEventArgs property provides information specific to this event.

Name Description
Reason Gets the reason why the WebView has closed.
See Also