Try to add event handler in code like this:
this.rtb.AddHandler(TappedEvent, new TappedEventHandler(this.OnTapped), true);