I am creating/extending my own class off of a DateChooser. I enable the "cancel" operation. Upon the user pressing "cancel", I would like to get an event/notification in my class. I overrode the "cancelClick" method, but it appears the base class's "cancelClick" is always called... not mine.
What is the best way to know when the user presses "cancel"?
Thanks.
What is the best way to know when the user presses "cancel"?
Thanks.
Comment