MindFusion.Mapping Programmer's Guide

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

 Event Data

PropertyChanged event handlers receive an argument of type PropertyChangedEventArgs.

 See Also