ArcGISRuntime.WPF.Samples.AuthorMap.AuthorMap.OperationalLayerSelectionChanged C# (CSharp) Method

OperationalLayerSelectionChanged() private method

private OperationalLayerSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
sender object
e System.Windows.Controls.SelectionChangedEventArgs
return void
        private void OperationalLayerSelectionChanged(object sender, SelectionChangedEventArgs e)
        {
            // Call a function to add the chosen layers to the map
            AddOperationalLayers();
        }