wpf - Attached Behavior on ButtonBase to do something before the Click event is fired for others? -


is there way can wire attached behavior based on buttonbase class before other subscribers click event notified?

from current understanding of events , routedevents no maybe i'm missing something.

you can use registerclasshandler add handler called before other instance handlers. realize not "attached behavior".


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -