ObservableObjectBaseSetModified Method

Sets the modified state of this ObservableObjectBase instance represented by the IsModified property.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0-preview.1
C#
public void SetModified(
	bool value
)

Parameters

value  Boolean
to mark the object as modified; to mark it unmodified.

See Also