Click or drag to resize

DOMClientInlineStyleInvalidated Event

Version 113.3.50
Fired when `Element`'s inline style is modified via a CSS property modification.

Namespace:  CefSharp.DevTools.DOM
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 113.3.50.0
Syntax
public event EventHandler<InlineStyleInvalidatedEventArgs> InlineStyleInvalidated

Value

Type: SystemEventHandlerInlineStyleInvalidatedEventArgs
See Also