예제 #1
0
        /// <summary>
        /// ContextChanged override.
        /// </summary>
        protected override async void ContextChanged(object sender, TeamFoundation.Client.ContextChangedEventArgs e)
        {
            base.ContextChanged(sender, e);

            // If the team project collection or team project changed, refresh the data for this section
            if (e.TeamProjectCollectionChanged || e.TeamProjectChanged)
            {
                await this.RefreshAsync();
            }
        }
 /// <summary>
 /// ContextChanged override.
 /// </summary>
 protected override void ContextChanged(object sender, TeamFoundation.Client.ContextChangedEventArgs e)
 {
     base.ContextChanged(sender, e);
 }