CastClientIssueUpdated Event |
Version 118.6.80
This is fired whenever the outstanding issue/error message changes.
|issueMessage| is empty if there is no issue.
Namespace:
CefSharp.DevTools.Cast
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public event EventHandler<IssueUpdatedEventArgs> IssueUpdated
public:
event EventHandler<IssueUpdatedEventArgs^>^ IssueUpdated {
void add (EventHandler<IssueUpdatedEventArgs^>^ value);
void remove (EventHandler<IssueUpdatedEventArgs^>^ value);
}
Value
Type:
SystemEventHandlerIssueUpdatedEventArgsSee Also