Users Pricing

forum

Home Forums C# Basics - TextBox event handler – MindStick

C# Basics - TextBox event handler

Anonymous User 2933 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
    }

1 Answers

Markdown for AI

A clean, structured version of this page for AI assistants and LLMs.

Open .md