Property IsPropagationStopped
- Namespace
- SharpVectors.Dom.Events
- Assembly
- SharpVectors.Core.dll
IsPropagationStopped
This method will return true
if the method
IEvent.StopPropagation has been called
for this event, false
in any other cases.
bool IsPropagationStopped { get; }
Property Value
- bool
true
if the event propagation has been stopped in the current group.