DVXP TEdit.NET 3.0

FieldParseEventArgs.IsHandled Property

Set this property to true if the text is parsed and the Row's column value is updated

[Visual Basic]
Public Property IsHandled As Boolean
[C#]
public bool IsHandled {get; set;}

Example

e.Row[Col] = Integer.Parse(text); e.IsHandled = true;

See Also

FieldParseEventArgs Class | DVXP.DXTableEditor Namespace