Search Results for

    Show / Hide Table of Contents

    Interface IDynamic

    Namespace: Mapsui.Layers
    Assembly: Mapsui.dll
    Syntax
    public interface IDynamic

    Methods

    | Edit this page View Source

    DataHasChanged()

    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 Source

    DataChanged

    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
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX