DataGridRowEventArgs(DataGridRow) 생성자

정의

DataGridRowEventArgs 클래스의 새 인스턴스를 초기화합니다.

public:
 DataGridRowEventArgs(System::Windows::Controls::DataGridRow ^ row);
public DataGridRowEventArgs (System.Windows.Controls.DataGridRow row);
new System.Windows.Controls.DataGridRowEventArgs : System.Windows.Controls.DataGridRow -> System.Windows.Controls.DataGridRowEventArgs
Public Sub New (row As DataGridRow)

매개 변수

row
DataGridRow

이벤트가 발생한 행입니다.

적용 대상

추가 정보