ESRI.ArcGIS.Mobile
IsValidChanged Event
See Also  Send Feedback
ESRI.ArcGIS.Mobile Namespace > Map Class : IsValidChanged Event

Occurs when the property IsValid has changed.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Occurs when the Map IsValid property changed.")>
<CategoryAttribute("Map")>
Public Event IsValidChanged() As EventHandler
C# 
[DescriptionAttribute("Occurs when the Map IsValid property changed.")]
[CategoryAttribute("Map")]
public event EventHandler IsValidChanged()

Remarks

To learn when a map component is considered as valid, see Map.IsValid property.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also