Property IsCustom
- Namespace
- SharpVectors.Dom.Events
- Assembly
- SharpVectors.Dom.dll
IsCustom
(DOM Level 3 Experimental)
This method will always return false, unless the event implements the ICustomEvent
interface.
public bool IsCustom { get; }
Property Value
- bool
trueif the event implements the ICustomEvent interface.falseotherwise.