Thursday, August 15, 2013

What do Sender and EventArgs mean?

The sender is the control that the action is for (say OnClick, it's the button). The EventArgs are arguments that the implementor of this event may find useful. With OnClick it contains nothing good, but in some events, like say in a GridView 'SelectedIndexChanged', it will contain the new index, or some other useful data.

No comments:

Data Modeling Best Practices: A Comprehensive Guide for US Businesses

Data Modeling Best Practices Introduction to Data Modeling Definition and Importance Data modeling is the process of creating a str...