stopPropagation method

void stopPropagation ()

Implementation

void stopPropagation() {
  wrapped.stopPropagation();
}