Class InlineStyleInvalidatedEventArgs
Fired when Element's inline style is modified via a CSS property modification.
public sealed record InlineStyleInvalidatedEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<InlineStyleInvalidatedEventArgs>
- Inheritance
-
EventArgsInlineStyleInvalidatedEventArgs
- Implements
-
IEquatable<EventArgs>
- Inherited Members
-
EventArgs.ToString()EventArgs.GetHashCode()EventArgs.Equals(EventArgs)EventArgs.<Clone>$()EventArgs.BiDiEventArgs.AdditionalDataEventArgs.AdditionalMessageData
Constructors
InlineStyleInvalidatedEventArgs(ImmutableArray<NodeId>)
Fired when Element's inline style is modified via a CSS property modification.
public InlineStyleInvalidatedEventArgs(ImmutableArray<NodeId> NodeIds)
Parameters
NodeIdsImmutableArray<NodeId>Ids of the nodes for which the inline styles have been invalidated.
Properties
NodeIds
Ids of the nodes for which the inline styles have been invalidated.
public ImmutableArray<NodeId> NodeIds { get; init; }