MutationObserverInitAttributeOldValue Property |
Set to true if attributes is true or omitted and target’s attribute value before the mutation needs to be recorded.
Namespace: Aspose.Html.Dom.MutationsAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic bool AttributeOldValue { get; set; }
Public Property AttributeOldValue As Boolean
Get
Set
public:
property bool AttributeOldValue {
bool get ();
void set (bool value);
}
member AttributeOldValue : bool with get, set
Property Value
Type:
Boolean
See Also