GoXam for WPF v3
DoAcceptText Method
Northwoods.GoXam.Tool Namespace > TextEditingTool Class : DoAcceptText Method
Modify the TextBlock's Text property to the new text string value if it IsValidText.
Syntax
protected virtual bool DoAcceptText()

Return Value

True if it succeeds, false if IsValidText was false.
Remarks
If IsValidText is true, this sets the TextBlock's Text property, raises the Northwoods.GoXam.Diagram's TextEditedEvent, gives focus to the diagram, sets the TransactionResult, and stops this tool. If IsValidText is false, this method does nothing and editing continues.
See Also

Reference

TextEditingTool Class
TextEditingTool Members