Search
DiagramItem.NotifyPropertyChanged Method
See Also
 





Raises the PropertyChanged event.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

protected void NotifyPropertyChanged (
    string propertyName
)

Visual Basic  Copy Code

Protected Sub NotifyPropertyChanged( _
    propertyName As String _
)

 Parameters

propertyName

A string containing the property name.

 See Also