GoXam for WPF v3
IsValidText Method (TextEditingTool)
Northwoods.GoXam.Tool Namespace > TextEditingTool Class : IsValidText Method
Decide whether the proposed new text string is valid.
Syntax
protected virtual bool IsValidText( 
   string oldstring,
   string newstring
)

Parameters

oldstring
newstring

Return Value

By default this returns true
Remarks
You might want to override this method to provide custom validation.
See Also

Reference

TextEditingTool Class
TextEditingTool Members