Why LeftMouseButton can't trigger OnMouseButtonDown ??

I believe you’re facing the same issuethat pops up when we try to drag a button with left mouse button. Overriding the “On Preview Mouse Button Down” function instead of On Mouse Button Down, fixed the problem for me.