Compartir a través de


SessionTabsControl.CloseSessionTabCanExecute Method

Definition

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

Applies to