IChangeToken.HasChanged Property

Definition

Gets a value that indicates if a change has occurred.

public:
 property bool HasChanged { bool get(); };
public bool HasChanged { get; }
member this.HasChanged : bool
Public ReadOnly Property HasChanged As Boolean

Property Value

true if a change has occurred; false otherwise.

Applies to