Model.HasLocalChanges Property

Definition

Returns the status of local changes made to the model, which haven't been saved to the server.

If the model is not connected, this value is always False.

public bool HasLocalChanges { get; }
member this.HasLocalChanges : bool
Public ReadOnly Property HasLocalChanges As Boolean

Property Value

Boolean

Applies to