If your .NET class needs to generate events, at a minimum, you typically do the following: 1) Create a new class which derived from EventArgs – the instance of this class would be used to communicate certain information to the event handler about the...