how to remove datagridview event from other class

  • Thread starter Thread starter Thangam - Kasim
  • Start date Start date
T

Thangam - Kasim

Guest
Hi,

I have a Class A which have a datagridview object with cellvaluechanged event. i pass this datagridview as byreference to Class B.

i need to remove/add the cellvaluechanged event of given datagridview object from Class B.

how to achieve this

Thanks and Regards

Kasim

Continue reading...
 
Back
Top