Click or drag to resize

DOMClientInlineStyleInvalidated Event

Version 118.6.80
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: 118.6.80.0
Syntax
public event EventHandler<InlineStyleInvalidatedEventArgs> InlineStyleInvalidated

Value

Type: SystemEventHandlerInlineStyleInvalidatedEventArgs
See Also