TextField.OnTextChanged Method

A TextChanged function that can be overridden when inheriting from the control.

OnTextChanged(
   sender as Object,
   e as EventArgs) as void

Parameters

sender
The sender control. (This is always the TextField it self)
e
Standard event argument.

Returns

void

Remarks

The normal event will not be called unless inheriting function calls the base function.

See Also

TextField Control