I wrote a custom TileListItem element in which I use FlowLayout with a lot of buttons. What should I do so that when the button is clicked, the OnSelectionChanged event handler is called.
I looked in Telegrid how the OnSelectionChanged event handler is registered, but I didn't find how to call it.
I looked in Telegrid how the OnSelectionChanged event handler is registered, but I didn't find how to call it.
Comment