UpdateMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies when picker controls update their selected value during user interaction on iOS.
public enum class UpdateMode
public enum UpdateMode
type UpdateMode =
Public Enum UpdateMode
- Inheritance
-
UpdateMode
Fields
| Name | Value | Description |
|---|---|---|
| Immediately | 0 | Updates the value immediately as the user scrolls. |
| WhenFinished | 1 | Updates the value only after the user finishes scrolling. |