Click or drag to resize

ResultChangedEventHandler Delegate

Is called up when the result of a node has changed. Serves to optimise the calculation of the logical state of the superordinate restart the node.

Namespace: LogicalTaskTree
Assembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public delegate void ResultChangedEventHandler(
	
	LogicalNode sender,
	
	Result? result
)

Parameters

sender  LogicalNode
The event source.
result  Result
The new result.
See also