GoXam for WPF v3
RaisePropertyChanged(String,Object,Object,Object) Method
Northwoods.GoXam.Model Namespace > DiagramModel Class > RaisePropertyChanged Method : RaisePropertyChanged(String,Object,Object,Object) Method
a property name
the object whose property has just changed
the previous value for the property
the new value for the property
Raise a Changed event, given before and after values for a particular property.
Syntax
public void RaisePropertyChanged( 
   string propname,
   object data,
   object oldval,
   object newval
)

Parameters

propname
a property name
data
the object whose property has just changed
oldval
the previous value for the property
newval
the new value for the property
Remarks
This is the mostly commonly used way to notify about changes to the model or to the model's data.
See Also

Reference

DiagramModel Class
DiagramModel Members
Overload List
RaiseChanged Method
RaisePropertyChanged(String,Object,Object,Object,Object,Object) Method