Event.StopImmediatePropagation

Event.StopImmediatePropagation method

Invoking this method prevents event from reaching any event listeners registered after the current one and when dispatched in a tree also prevents event from reaching any other objects.

public void StopImmediatePropagation()

See Also