VisualToolBaseTResultOnExecutionError Method

CVB.Net Documentation
Routing function that invokes the ExecutionError event. Override this function to react directly to this event in a child class (but don't forget to call
base.OnExecutionError
, otherwise the event will not be raised.

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

protected virtual void OnExecutionError(
	VisualToolErrorEventArgs args
)

Parameters

args
Type: Stemmer.Cvb.Forms.VisualToolsVisualToolErrorEventArgs
event arguments giving more details
See Also

Reference