Computer Science, asked by ritusharma68, 9 months ago

define events explain how to add and remove event handler in NET?

Answers

Answered by shanyasakshi14
0

Explanation:

NET lets you add and remove Event Handlers dynamically on the fly. Your code can start and stop handling events at any time during program execution. Also, you can tie the same code (event handler) to multiple events similar to the Handles clause

Similar questions