Adding additional events to controls is now supported. Each type of event provides access to an EventArgs which contains information about the event. I've taken Erel's first post and used it as the basis for a sort of help file and included an indication of the information in each type of EventArgs. To find out more detail I would suggest Googling for the name of the EventArgs you are interested in.
|