Hi,
I have set ShowCloseButton = true for my tiles. Now, how do I trigger the event for this? I don't seem to see any events related to the tile being closed.
There are 2 events that you can hook up at the UltraTilePanel level - TileClosing and TileClosed events. You need to handle the eventargs for any specific tile within these event handlers.
Hope this answers your question.
ThanksPurnima.