LuciadCPillar C# 2023.1.04
Luciad.Layers.ILayerObserver Interface Reference

Interface for observing layers. More...

Public Member Functions

void OnLayerChanged (Luciad.Layers.LayerEvent layerEvent)
 This method is called whenever a property of the layer has changed. More...
 

Detailed Description

Interface for observing layers.

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

Member Function Documentation

◆ OnLayerChanged()

void Luciad.Layers.ILayerObserver.OnLayerChanged ( Luciad.Layers.LayerEvent  layerEvent)

This method is called whenever a property of the layer has changed.

layerEvent

the event describing the change.

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