Method OnTextChanging
OnTextChanging(string)
Called before the Text changes. Invokes the TextChanging event, which can be cancelled.
protected override bool OnTextChanging(string newText)
Parameters
newTextstringThe proposed new text value.
Returns
Remarks
The base implementation raises the TextChanging event. Override in derived views to perform validation or fire control-specific pre-change events.