Event handler passing through to default behaviour
Posted: Wed May 05, 2021 11:03 pm
I would like to be able to use the TitleClick notification in a listview, but would also like its default behaviour to still work (ie, on a sortable column still be able to toggle between ascending and descending sort and execute the sort).
However, if I listen to that notification and have some custom code for it in the event handler, it overrides the default behaviour and only my code is executed.
Is there a way to still listen to the notification and do something while continuing to use the default behaviour?
Thanks
Dave
However, if I listen to that notification and have some custom code for it in the event handler, it overrides the default behaviour and only my code is executed.
Is there a way to still listen to the notification and do something while continuing to use the default behaviour?
Thanks
Dave