ObservableObjectBaseAffectsModifiedState Method

Gets whether the change of the specified propertyName affects the IsModified property.
The ObservableObjectBase implementation excludes the IsModified property itself.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
protected virtual bool AffectsModifiedState(
	string propertyName
)

Parameters

propertyName  String
Name of the changed property.

Return Value

Boolean
if changing of the specified propertyName affects the value of the IsModified property; otherwise, .

See Also