The Element
class has a Tapped
event which can be used to respond to taps of the element.
However, when a element has its accessory set to DetailDisclosureButton
, there is no way it seems to respond to the tap of the DetailDisclosureButton
.
Using MonoTouch.Dialog, how do we respond to the DetailDisclosureButton
tap?