If you are talking about a widget button attached to a virtual pin then the answer is yes, a callback called BLYNK_WRITE(vPinNumber) is triggered. You can then get the value of the virtual button (normally 0 or 1 in the case of a button widget).
BLYNK_WRITE(vPinNumber)
You should read this for more info…
Pete.