UIControllerVisitFlow Method

Used to determine the user navigation type, between the controls

Definition

Namespace: Firefly.Box
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public void VisitFlow(
	IFlowVisitor visitor
)

Parameters

visitor  IFlowVisitor
An interface which methods will be called according to the specific user navigation options

Remarks

Very Rarely Used, If ever.

See Also