LuciadCPillar C# 2023.1.04
Luciad.Maps.MapEvent Class Reference

Event that indicates that some property of the map has changed. More...

Public Member Functions

 MapEvent (Map map, string changedProperty)
 Creates a new map event for the given map and changed property. More...
 

Properties

string ChangedProperty [get]
 
Map Map [get]
 

Detailed Description

Event that indicates that some property of the map has changed.

2023.1

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::MapEvent.

Constructor & Destructor Documentation

◆ MapEvent()

Luciad.Maps.MapEvent.MapEvent ( Map  map,
string  changedProperty 
)
inline

Creates a new map event for the given map and changed property.

map

the Map from which the event originates

changedProperty

the changed property

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::MapEvent::MapEvent.

Property Documentation

◆ ChangedProperty

string Luciad.Maps.MapEvent.ChangedProperty
get

◆ Map

Map Luciad.Maps.MapEvent.Map
get