ArcGISWindowsPhoneSDK.DynamicLayerThematic.EndColorListBox_SelectionChanged C# (CSharp) Method

EndColorListBox_SelectionChanged() private method

private EndColorListBox_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
sender object
e System.Windows.Controls.SelectionChangedEventArgs
return void
        private void EndColorListBox_SelectionChanged(object sender, SelectionChangedEventArgs e)
        {
            if (EndColorListBox != null)
            {
                EndColorChoicesPage.IsOpen = false;
            }
        }