ArcGISWindowsPhoneSDK.ExportWebMap.Formats_SelectionChanged C# (CSharp) Méthode

Formats_SelectionChanged() private méthode

private Formats_SelectionChanged ( object sender, System e ) : void
sender object
e System
Résultat void
        private void Formats_SelectionChanged(object sender, System.Windows.Controls.SelectionChangedEventArgs e)
        {
            int index = Formats.SelectedIndex;
            if (index > -1)
            {
                FormatsPage.IsOpen = false;
                FormatsButton.Content = (string)Formats.SelectedItem;
            }
        }