Class WebViewLoadingChangedEventArgs
Represents loading event occuring in web view browser instance.
public class WebViewLoadingChangedEventArgs
- Inheritance
-
WebViewLoadingChangedEventArgs
- Inherited Members
Properties
IsLoading
Gets or sets value indicating whether the page is loading.
public bool IsLoading { get; set; }