What is the meaning of the following statement?

Oct 25 2011 12:39 AM
Here Product_listViewFF is the ListView control.

statement: this.Product_listViewFF.Click += new System.EventHandler(this.Product_listViewFF_Click);

Answers (1)