PropertyCollection.SetDirty(String, Boolean) Method

Definition

Sets a value indicating whether the named property should be considered changed

public void SetDirty (string propertyName, bool isDirty);
member this.SetDirty : string * bool -> unit
Public Sub SetDirty (propertyName As String, isDirty As Boolean)

Parameters

propertyName
String

Name of the property

isDirty
Boolean

if true, value is considered changed locally

Applies to