Enum WorkResult
This enum classifies work result.
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.Wpf.dll
Syntax
public enum WorkResult
Fields
Name | Description |
---|---|
ChangedScroll | Indicates that DateTime was correctly changed while scrolling. |
ChangedType | Indicates that DateTime was correctly changed while typing. |
IncorrectChangedScroll | Indicates that DateTime was incorrectly changed while scrolling. |
IncorrectChangedType | Indicates that DateTime was incorrectly changed while typing. |
Read | Indicates that DateTime was not changed while reading. |