Stops the propagation
Used by systems that support event bubbling
Cancels the further bubbling AND cancels the event

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