namespace UIWidgets { public enum SpinnerValidation { OnKeyDown = 0, OnEndInput = 1 } }