UIControllerVisitFlow Method
Used to determine the user navigation type, between the controls
Namespace: Firefly.BoxAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public void VisitFlow(
IFlowVisitor visitor
)
Public Sub VisitFlow (
visitor As IFlowVisitor
)
member VisitFlow :
visitor : IFlowVisitor -> unit
Parameters
- visitor IFlowVisitor
- An interface which methods will be called according to the specific user navigation options
Very Rarely Used, If ever.