GoXam for WPF v3
ModelChangedEventArgs Constructor(String,Object,Object,Object)
Northwoods.GoXam.Model Namespace > ModelChangedEventArgs Class > ModelChangedEventArgs Constructor : ModelChangedEventArgs Constructor(String,Object,Object,Object)
the System.ComponentModel.PropertyChangedEventArgs.PropertyName property
the Data property
the OldValue property
the NewValue property
This constructor initializes the mostly commonly used properties.
Syntax
public ModelChangedEventArgs( 
   string pname,
   object data,
   object oldval,
   object newval
)

Parameters

pname
the System.ComponentModel.PropertyChangedEventArgs.PropertyName property
data
the Data property
oldval
the OldValue property
newval
the NewValue property
Remarks
You may also need to initialize other properties, such as OldParam and NewParam.
See Also

Reference

ModelChangedEventArgs Class
ModelChangedEventArgs Members
Overload List