MindFusion.Mapping Programmer's Guide

MapView.LayerLoaded Event

See Also
 






Raised when the control completes loading layer's data asynchronously.

Namespace: MindFusion.Mapping.Wpf
Assembly: MindFusion.Mapping.Wpf

 Syntax

C#  Copy Code

public event EventHandler<LayerEventArgs> LayerLoaded

Visual Basic  Copy Code

Public Event LayerLoaded As EventHandler(Of LayerEventArgs)

 Event Data

LayerLoaded event handlers receive an argument of type LayerEventArgs.

 See Also