Click or drag to resize

DOMClientInlineStyleInvalidated Event

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

Value

Type: SystemEventHandlerInlineStyleInvalidatedEventArgs
See Also