Compartilhar via


TableSelectionChangedEventArgs(SelectionChangedEventArgs) Construtor

Definição

Cria uma nova instância da classe TableSelectionChangedEventArgs.

public:
 TableSelectionChangedEventArgs(System::Windows::Controls::SelectionChangedEventArgs ^ e);
public TableSelectionChangedEventArgs (System.Windows.Controls.SelectionChangedEventArgs e);
new Microsoft.VisualStudio.Shell.TableControl.TableSelectionChangedEventArgs : System.Windows.Controls.SelectionChangedEventArgs -> Microsoft.VisualStudio.Shell.TableControl.TableSelectionChangedEventArgs
Public Sub New (e As SelectionChangedEventArgs)

Parâmetros

e
SelectionChangedEventArgs

Instância original SelectionChangedEventArgs correspondente a esse evento.

Aplica-se a