MonoTouch.Dialog:
Using a custom OwnerDrawnElement, I create the Element with a custom Draw()
The Draw() is fired when the element is selected.
How can I tell if the Draw() is fired due to a user Selecting it so that I can change the UI to indicate a Select?