TableSelectionChangedEventArgs(SelectionChangedEventArgs) 생성자

정의

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)

매개 변수

e
SelectionChangedEventArgs

이 이벤트에 해당하는 원래 SelectionChangedEventArgs instance.

적용 대상