Is there any way I can wire up an attached behavior based on the ButtonBase
class where I could do something before any other subscribers to the Click
event are notified?
From my current understanding of events and RoutedEvents I would say no but maybe I'm missing something.