Northwoods.GoWPF 2.2.4 Assembly
RaisePropertyChanged Method (GraphLinksModelNodeData<NodeKey>)

the property name
the value before the property was set
the new value
Call this method from property setters to raise the PropertyChanged event.
Syntax
Protected Sub RaisePropertyChanged( _
   ByVal pname As String, _
   ByVal oldval As Object, _
   ByVal newval As Object _
) 
protected void RaisePropertyChanged( 
   string pname,
   object oldval,
   object newval
)

Parameters

pname
the property name
oldval
the value before the property was set
newval
the new value
Remarks
Only call this method when the property value actually changes. The oldval and newval values are needed to support undo/redo.
Requirements
See Also

Reference

GraphLinksModelNodeData<NodeKey> Class
GraphLinksModelNodeData<NodeKey> Members

 

 


© Northwoods Software 2017. All Rights Reserved.

Send Feedback