forum

Home / DeveloperSection / Forums / C# Basics - TextBox event handler

C# Basics - TextBox event handler

Anonymous User 2323 14-Aug-2014

I have a simple TextBox called MsgBox1 and I have changed the trigger from LostFocus to ProperyChanged.

When I modify the text (i.e. MsgBox1.Text = "Some Text") execution branches to the event handler.

So far, so good.

Now, what do I put in the empty event handler to tell it to actually update MsgBox1.Text?

Hours of searching yields less than helpful results like:
    {
     // Do Something
    }

c# c# 
Updated on 14-Aug-2014
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By