Class InlineStyleInvalidatedEventArgs
Fired when Element's inline style is modified via a CSS property modification.
public sealed class InlineStyleInvalidatedEventArgs : EventArgs
- Inheritance
-
InlineStyleInvalidatedEventArgs
- Inherited Members
Properties
NodeIds
Ids of the nodes for which the inline styles have been invalidated.
[JsonPropertyName("nodeIds")]
public long[] NodeIds { get; set; }
Property Value
- long[]