Class AdoptedStyleSheetsModifiedEventArgs
Fired when Element's adoptedStyleSheets are modified.
public sealed class AdoptedStyleSheetsModifiedEventArgs : EventArgs
- Inheritance
-
AdoptedStyleSheetsModifiedEventArgs
- Inherited Members
Properties
AdoptedStyleSheets
New adoptedStyleSheets array.
[JsonPropertyName("adoptedStyleSheets")]
public string[] AdoptedStyleSheets { get; set; }
Property Value
- string[]
NodeId
Id of the node that has changed.
[JsonPropertyName("nodeId")]
public long NodeId { get; set; }