Exemplo n.º 1
0
 /// <summary>
 /// _tabContainer_CloseButtonClick sends a blank TabChangedEvent
 /// message to indicate that the Tab is closing.
 /// </summary>
 /// <param name="sender">The Close button that was clicked</param>
 /// <param name="e">The EventArgs sent by the System</param>
 void _tabContainer_CloseButtonClick(object sender, CloseButtonEventArgs e)
 {
     //Fire the event
     this.FireTabChangedEvent(true);
 }
        //public MainViewModel MV { get; }


        private void Docking_OnCloseButtonClick(object sender, CloseButtonEventArgs e)
        {
            throw new System.NotImplementedException();
        }