SettingsEvent 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.
Settings event that may be fired by the settings service.
public enum class SettingsEvent
public enum class SettingsEvent
enum SettingsEvent
public enum SettingsEvent
type SettingsEvent =
Public Enum SettingsEvent
- Inheritance
-
SettingsEvent
Fields
AllPendingUploadsCompletedOrFailed | 5 | Event that is fired when the settings are uploaded online. |
None | 0 | No event. The default value. |
ProcessSignInStateChangeEnded | 2 | Event that is fired by the roaming settings service when it ends processing sign in state change. |
SyncWithServerAndClientsEnded | 1 | Event that is fired by the roaming settings service when it ends sync with the server and the clients. |
SyncWithSharedStoreEnded | 3 | Event that is fired with sync with the shared store ends. |
UploadsComplete | 4 | Event that is fired when the uploads are complete. |