TableSelectionChangedEventArgs(SelectionChangedEventArgs) Constructor
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.
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
Original SelectionChangedEventArgs instance corresponding to this event.