DataGridRow.OnUnselected(RoutedEventArgs) 메서드

정의

속성 값이 Unselected .로 변경IsSelected되면 false 이벤트를 발생합니다.

protected:
 virtual void OnUnselected(System::Windows::RoutedEventArgs ^ e);
protected virtual void OnUnselected(System.Windows.RoutedEventArgs e);
abstract member OnUnselected : System.Windows.RoutedEventArgs -> unit
override this.OnUnselected : System.Windows.RoutedEventArgs -> unit
Protected Overridable Sub OnUnselected (e As RoutedEventArgs)

매개 변수

e
RoutedEventArgs

이 메서드를 호출할 때 비어 있는 이벤트 데이터입니다 DataGridRow.

설명

이벤트를 발생시키는 경우 대리자를 통해 이벤트 처리기가 호출됩니다. 자세한 내용은 이벤트 처리 및 발생을 참조하세요.

또한 이 OnUnselected 메서드를 사용하면 파생 클래스가 대리자를 연결하지 않고도 이벤트를 처리할 수 있습니다. 파생 클래스에서 이벤트를 처리하기 위한 기본 설정 기술입니다.

상속자 참고

파생 클래스에서 재정의하는 OnUnselected(RoutedEventArgs) 경우 등록된 대리자가 이벤트를 받도록 기본 클래스의 OnUnselected(RoutedEventArgs) 메서드를 호출해야 합니다.

적용 대상

추가 정보