RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

DbMaintenanceViewModel<(Of <(<'TEntity>)>)>..::..OnPropertyChanged Method

Called when a property value has changed.

Namespace:  RingSoft.DbMaintenance
Assembly:  RingSoft.DbMaintenance (in RingSoft.DbMaintenance.dll)

Syntax


protected void OnPropertyChanged(
	string propertyName,
	bool raiseDirtyFlag
)
Protected Sub OnPropertyChanged ( _
	propertyName As String, _
	raiseDirtyFlag As Boolean _
)
protected:
void OnPropertyChanged(
	String^ propertyName, 
	bool^ raiseDirtyFlag
)

Parameters

propertyName
Type: String
Name of the property.
raiseDirtyFlag
Type: Boolean
if set to true set RecordDirty property to true indicating the user has changed data.