guys
I have an event handler. he should accept the event and extract information from it (once). I have a group of tabs, clicking on the tab is generated EVT_AUINOTEBOOK_PAGE_CHANGED event. The problem is that it is my function handler three times! I need to call was only once. what should I do?