DVXP TEdit.NET 3.0

ErrorEventArgs.IsHandled Property

Set this property to true if you have handled the error and notified the user.

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

Example

myErrorLabel.Text = e.Exception.Message; e.IsHandled = true;

See Also

ErrorEventArgs Class | DVXP.DXTableEditor Namespace