Stops the propagation
Used by systems that support event bubbling
Cancels the further bubbling but does not cancel the event

C# | Visual Basic | Visual C++ |
public void StopPropagation()
Public Sub StopPropagation
public: void StopPropagation()