Click or drag to resize

MoveReason Enumeration

Specifies the reason for a relative move

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum MoveReason
Members
  Member nameValueDescription
Unknown0The reason isn't specified.
MoveNext1The move is due to the NextButton click.
MovePrev2The move is due to the BackButton click.
See Also