Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
oldItems
Type: System.Collections.IListThe old attributions values.
newItems
Type: System.Collections.IListThe new attributions values.
See Also
Copyright Class
Microsoft.Maps.MapControl.WPF.Overlays Namespace
Return to top