In my code there is a thread [SimpleThread] that fires up, I need to create an event that will be triggered when the tread is complete [where I could perform certain actions].
Simply put, I have no clue how to create an event that could be used in this situation.
If required I could post the code used to create the thread but assumed that it is rather generic [not extremely familiar with threads yet either].
Simply put, I have no clue how to create an event that could be used in this situation.
If required I could post the code used to create the thread but assumed that it is rather generic [not extremely familiar with threads yet either].