GoXam for WPF v3
RaisePropertyChanged(String,Object,Object,Object,Object,Object) Method
Northwoods.GoXam.Model Namespace > DiagramModel Class > RaisePropertyChanged Method : RaisePropertyChanged(String,Object,Object,Object,Object,Object) Method
a property name
the object whose property has just changed
the previous value for the property
additional information for the old value
the new value for the property
additional information for the new value
Raise a Changed event for a property change.
Syntax
public void RaisePropertyChanged( 
   string propname,
   object data,
   object oldval,
   object oldparam,
   object newval,
   object newparam
)

Parameters

propname
a property name
data
the object whose property has just changed
oldval
the previous value for the property
oldparam
additional information for the old value
newval
the new value for the property
newparam
additional information for the new value
Remarks
This is not used as frequently as RaisePropertyChanged(String,Object,Object,Object). Typically the parameter values are used as indexes into the data, to identify the particular value that was changed.
See Also

Reference

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