ببینم این راضیت میکنه؟
توی اونت Change بنویس:
long a;
if (!long.TryParse(textBox1.Text, out a))
{

textBox1.Clear();
}