Property IsImmediatePropagationStopped
- Namespace
- SharpVectors.Dom.Events
- Assembly
- SharpVectors.Core.dll
IsImmediatePropagationStopped
The
IsImmediatePropagationStopped
method is used by the DOM Events implementation to know if the
method
IEvent.StopImmediatePropagation
has been called for this event. It returns true
if the
method has been called, false
otherwise.
bool IsImmediatePropagationStopped { get; }