Right click button and event over the button

I have difficulty with adding right click event and over button event to my widget. That buttons are dynamicly added to scrollBox. Wraping button with border and create mouse over doesnt work. Enter and leave events too. I do not know how to deal with this trouble. Please help me.

Thanks guys.

Maybe this can help you : [UMG] Change text color on button child on mouseover - Blueprint - Epic Developer Community Forums

Its solved. When i create button like in RAMA dynamic scroll box tutorial i cast to Widget but i should cast to my ButtonWidget type.