ArcGISRuntime.UWP.Samples.AuthorEditSaveMap.AuthorEditSaveMap.AuthorEditSaveMap C# (CSharp) Method

AuthorEditSaveMap() public method

public AuthorEditSaveMap ( ) : Esri.ArcGISRuntime.Mapping
return Esri.ArcGISRuntime.Mapping
        public AuthorEditSaveMap()
        {
            this.InitializeComponent();

            // Define a handler for selection changed on the basemap list
            BasemapListBox.SelectionChanged += OnBasemapsClicked;

            // Define a handler for the Save Map click
            SaveMapButton.Click += OnSaveMapClick;

            // Call a function to update the authentication manager settings
            UpdateAuthenticationManager();
        }