Share via


Copyright.OnAttributionsChanged Method (IList, IList)

 

Enables derived classes to provide custom handling when the Attributions property changes.

Namespace:   Microsoft.Maps.MapControl.WPF.Overlays
Assembly:  Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)

Syntax

protected virtual void OnAttributionsChanged(
    IList oldItems,
    IList newItems
)
protected:
virtual void OnAttributionsChanged(
    IList^ oldItems,
    IList^ newItems
)
abstract OnAttributionsChanged : 
        oldItems:IList *
        newItems:IList -> unit
override OnAttributionsChanged : 
        oldItems:IList *
        newItems:IList -> unit
Protected Overridable Sub OnAttributionsChanged (
    oldItems As IList,
    newItems As IList
)

Parameters

See Also

Copyright Class
Microsoft.Maps.MapControl.WPF.Overlays Namespace

Return to top