DeleteBotEvent

DeleteBotEvent
public event Action<int> DeleteBotEvent;

This event signals that the program has received a command to delete a tab. The event will be useful if your robot has additional functionality tied to a specific tab. For example, you save some options to a file on the disk. In the event handler, you can delete these files to prevent cluttering up the system.

If you have any difficulties or questions, please write to the support chat. Link