Class AdoptedStyleSheetsModifiedEventArgs
AdoptedStyleSheetsModified
public sealed class AdoptedStyleSheetsModifiedEventArgs : EventArgs
- Inheritance
-
AdoptedStyleSheetsModifiedEventArgs
- Inherited Members
Properties
AdoptedStyleSheets
Gets or sets the adoptedStyleSheets
[JsonPropertyName("adoptedStyleSheets")]
public string[] AdoptedStyleSheets { get; set; }
Property Value
- string[]
NodeId
Gets or sets the nodeId
[JsonPropertyName("nodeId")]
public long NodeId { get; set; }