public interface IFlowVisitor
Public Interface IFlowVisitor
type IFlowVisitor = interface end
Cancel | Will be called if the user has invoked the UndoChangesInRowCommand |
None | Will be called if the user is in an unknown state |
Select | Will be called if the user has invoked the SelectCommand |
SkipBackward | will be called if the user is currently navigating the UserFlow using the mouse to click on another column |
SkipForward | will be called if the user is currently navigating the UserFlow using the mouse to click on another column or before the SavingRow event is performed |
TabBackward | Will be called if the user is currently navigating the UserFlow using the GoToPreviousControlCommand |
TabForward | Will be called if the user is currently navigating the UserFlow using the GoToNextControlCommand |