Ismael Oliveira

Ismael Oliveira

  • 1.3k
  • 115
  • 7.8k

How to create a method in a User control

Sep 4 2020 12:45 PM

Hi. I created a user control which has a textbox and a combobox. Depending on the state of the screen (navigation, creation or editing) one of them is visible and the other is invisible. This user control works with a database. Now what I need is to create a method for this component which should work the same way as the SelectedItemChanged of the combobox. But I don't know how to do this.

Can anyone help me?

Thanks.


Answers (3)