DVXP TEdit.NET 3.0

GetEditControlValueEventArgs.IsHandled Property

Set this property to true if you have handled this event and the Row's field has been assigned a value

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

Example

e.Row[e.Col] = e.EditControl.Text; e.IsHandled = true;

See Also

GetEditControlValueEventArgs Class | DVXP.DXTableEditor Namespace