Click or drag to resize

DOMClient.InlineStyleInvalidated 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: System.EventHandler<InlineStyleInvalidatedEventArgs>
See Also