LuciadCPillar C# 2023.1.04
Luciad.Layers.ILayerListObserver Interface Reference

Observer interface allowing to get notified about changes within the luciad::LayerList. More...

Public Member Functions

void OnLayerListChanged (Luciad.Layers.LayerListEvent layerListEvent)
 This method is called whenever a change occurs in the luciad::LayerList. More...
 

Detailed Description

Observer interface allowing to get notified about changes within the luciad::LayerList.

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

Member Function Documentation

◆ OnLayerListChanged()

void Luciad.Layers.ILayerListObserver.OnLayerListChanged ( Luciad.Layers.LayerListEvent  layerListEvent)

This method is called whenever a change occurs in the luciad::LayerList.

layerListEvent

the event describing the change.

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