accesing my user control properties

  • Thread starter Thread starter Fatih
  • Start date Start date
F

Fatih

I have an user control based on textbox class and i added
an Error property to this class to can check if there is
any errors after leaving from this textbox.

The problem is, how can i dynamicly access to this
control's "Error" property when leaving from the control.


***sender.GetType().GetProperty("Error").GetValues
(sender,object[])***

How can i made this code work?
 
Back
Top