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

DbMaintenanceViewModelBase..::..OnPropertyChanged Method

Executed when a property value has changed.

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

Syntax


[NotifyPropertyChangedInvocatorAttribute]
protected virtual void OnPropertyChanged(
	string propertyName,
	bool raiseDirtyFlag
)
<NotifyPropertyChangedInvocatorAttribute> _
Protected Overridable Sub OnPropertyChanged ( _
	propertyName As String, _
	raiseDirtyFlag As Boolean _
)
[NotifyPropertyChangedInvocatorAttribute]
protected:
virtual 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.