Class AttributeModifiedEventArgs
Fired when Element's attribute is modified.
public sealed class AttributeModifiedEventArgs : EventArgs
- Inheritance
-
AttributeModifiedEventArgs
- Inherited Members
Properties
Name
Attribute name.
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
NodeId
Id of the node that has changed.
[JsonPropertyName("nodeId")]
public long NodeId { get; set; }
Property Value
Value
Attribute value.
[JsonPropertyName("value")]
public string Value { get; set; }