Search
Map.PropertyChanged Event
See Also
 





Raised when the value of a property of the Map class is changed.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public event PropertyChangedEventHandler PropertyChanged

Visual Basic  Copy Code

Public Event PropertyChanged As PropertyChangedEventHandler

 See Also