DVXP TEdit.NET 3.0

SetEditControlValueEventArgs.IsHandled Property

Set this property to true if you have handled this event and the EditControl has been assigned a value

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

Example

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

See Also

SetEditControlValueEventArgs Class | DVXP.DXTableEditor Namespace