Click or drag to resize

StatusChangedEventArgsText Property

Gets the new status text.

Namespace:  DotNetBrowser.Browser.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public string Text { get; }

Property Value

Type: String
The new status text. Can be an empty string.
See Also