ValidatingObjectBaseAffectsModifiedState Method

Gets whether the change of the specified propertyName affects the IsModified property.
The EditableObjectBase implementation excludes the IsModified, IsValid and ValidationResults properties.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0-preview.1
C#
protected override 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