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
Post a Comment