LuciadCPillar C# 2023.1.04
Luciad.Layers.LayerEvent Class Reference

Event that indicates that some property of a specific layer has changed. More...

Public Member Functions

 LayerEvent (Layer layer, string changedProperty)
 Creates a new layer event that can be used to notify that the given property has changed for the given layer. More...
 

Properties

string ChangedProperty [get]
 
Layer Layer [get]
 

Detailed Description

Event that indicates that some property of a specific layer has changed.

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

Constructor & Destructor Documentation

◆ LayerEvent()

Luciad.Layers.LayerEvent.LayerEvent ( Layer  layer,
string  changedProperty 
)
inline

Creates a new layer event that can be used to notify that the given property has changed for the given layer.

layer

a layer

changedProperty

the changed property

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

Property Documentation

◆ ChangedProperty

string Luciad.Layers.LayerEvent.ChangedProperty
get

◆ Layer

Layer Luciad.Layers.LayerEvent.Layer
get