Share via


TableSelectionChangedEventArgs(SelectionChangedEventArgs) Constructor

Definition

Creates a new instance of the TableSelectionChangedEventArgs class.

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)

Parameters

e
SelectionChangedEventArgs

Original SelectionChangedEventArgs instance corresponding to this event.

Applies to