Click or drag to resize

CastClientIssueUpdated Event

Version 94.4.20
This is fired whenever the outstanding issue/error message changes. |issueMessage| is empty if there is no issue.

Namespace:  CefSharp.DevTools.Cast
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public event EventHandler<IssueUpdatedEventArgs> IssueUpdated

Value

Type: SystemEventHandlerIssueUpdatedEventArgs
See Also