SessionTabsControl.CloseSessionTabCanExecute Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether to execute close session command or not, when the user clicks on ‘X’ on the session tabs control.
public:
void CloseSessionTabCanExecute(System::Object ^ sender, System::Windows::Input::CanExecuteRoutedEventArgs ^ e);
public void CloseSessionTabCanExecute (object sender, System.Windows.Input.CanExecuteRoutedEventArgs e);
member this.CloseSessionTabCanExecute : obj * System.Windows.Input.CanExecuteRoutedEventArgs -> unit
Public Sub CloseSessionTabCanExecute (sender As Object, e As CanExecuteRoutedEventArgs)
Parameters
- sender
- Object