R
richlm
I want to check if the text in a text box has changed in the TextBox_Leave
event.
I can do this by hooking up TextBox_TextChanged() and settting a flag, and
check that flag in TextBox_Leave().
Is there a tidier way to do this?
What I would really like is a custom EventArgs parameter to an event
containing an IsTextChanged property.
Richard.
event.
I can do this by hooking up TextBox_TextChanged() and settting a flag, and
check that flag in TextBox_Leave().
Is there a tidier way to do this?
What I would really like is a custom EventArgs parameter to an event
containing an IsTextChanged property.
Richard.