Class ScreencastVisibilityChangedEventArgs
Fired when the page with currently enabled screencast was shown or hidden `.
public sealed class ScreencastVisibilityChangedEventArgs : EventArgs
- Inheritance
-
ScreencastVisibilityChangedEventArgs
- Inherited Members
Properties
Visible
True if the page is visible.
[JsonPropertyName("visible")]
public bool Visible { get; set; }