Interface IDynamic
Namespace: Mapsui.Layers
Assembly: Mapsui.dll
Syntax
public interface IDynamic
Methods
| Edit this page View SourceDataHasChanged()
To indicate the data withing the class has changed. This triggers a DataChanged event. This is necessary for situations where the class itself can not know about changes to it's data.
Declaration
void DataHasChanged()
Events
| Edit this page View SourceDataChanged
Event called when the data within the layer has changed allowing listeners to react to this.
Declaration
event DataChangedEventHandler DataChanged
Event Type
Type | Description |
---|---|
DataChangedEventHandler |