Thanks for the link, but I was actually hoping for
the "DoubleClick" version. The reason is that the NavBarItem has a LinkClicked
event and no DoubleClick event. I want to use NavBarItems to display options
available and allow users to add items to the current form by
DoubleClicking the item in the list, not by a single click.
So, I thought there might be something interesting
on establishing a DoubleClick event for a control (NavBarItem) that doesn’t
already have a DoubleClick event.