Table of Contents

Enum PropertyUpdateResult

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Represents the result of an attempt to assign a value to a property.

public enum PropertyUpdateResult

Fields

CannotChange = 2

Represents a condition or state where changes are not allowed.

Failure = 0

Represents a failure result or state in an operation.

Ok = 1

Represents the result of an operation indicating success.

Remarks

This enumeration is used to indicate whether a property assignment operation succeeded, failed, or was not allowed.