VisualToolBaseTResultExecutionError Event

CVB.Net Documentation
Event that informs about execution errors. If an error occurs during execution of this VisualToolBase object, the ExecutionError event will raised instead of the ResultUpdated event.

Namespace:  Stemmer.Cvb.Forms.VisualTools
Assembly:  Stemmer.Cvb.Forms (in Stemmer.Cvb.Forms.dll) Version: 14.0.0.0
Syntax

public event EventHandler<VisualToolErrorEventArgs> ExecutionError

Value

Type: SystemEventHandlerVisualToolErrorEventArgs
See Also

Reference