VisualToolBaseTResultOnExecute Method

CVB.Net Documentation
Override this function to provide the tool's implementation here. If something goes wrong during execution, simply throw an exception in the implementation of this function. This exception will be caught and passed on by means of the ExecutionError event.

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

protected abstract TResult OnExecute()

Return Value

Type: TResult
The tool's execution result.
See Also

Reference