How can I respond to an event based on clicking a disabled Button. I have a requirement that I have to present Dialog, when a disabled Button
Button
Dialog
A disabled button cannot listen to any event, but you can customize your own button by extending Button class to make your own definition of disabling