DOMClientAttributeModified Event |
Version 98.1.210
Fired when `Element`'s attribute is modified.
Namespace:
CefSharp.DevTools.DOM
Assembly:
CefSharp (in CefSharp.dll) Version: 98.1.210.0 (98.1.210.0)
Syntax public event EventHandler<AttributeModifiedEventArgs> AttributeModified
public:
event EventHandler<AttributeModifiedEventArgs^>^ AttributeModified {
void add (EventHandler<AttributeModifiedEventArgs^>^ value);
void remove (EventHandler<AttributeModifiedEventArgs^>^ value);
}
Value
Type:
SystemEventHandlerAttributeModifiedEventArgsSee Also