Table of Contents

Class WebViewLoadingChangedEventArgs

Namespace
Playnite.SDK.Events
Assembly
Playnite.SDK.dll

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; }

Property Value

bool