VisualToolBaseTResultOnResultUpdated Method

CVB.Net Documentation
Routing function that invokes the ResultUpdated event. Override this function to react directly to this even in a child class (but don't forget to call
base.OnResultUpdated
, 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 OnResultUpdated(
	VisualToolEventArgs args
)

Parameters

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

Reference