Click or drag to resize

INodeCheckerRun method

This is where the (normally external) work process is carried out (or observed).

Namespace: Vishnu.Interchange
Assembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
bool? Run(
	
	Object? checkerParameters,
	
	TreeParameters treeParameters,
	
	TreeEvent source
)

Parameters

checkerParameters  Object
Specific call parameters or null.
treeParameters  TreeParameters
Parameters valid for the entire tree or null.
source  TreeEvent
Triggering TreeEvent or null.

Return value

NullableBoolean
True, False or null
See also