DataGridCell.OnUnselected(RoutedEventArgs) 메서드

정의

Unselected 이벤트를 발생시킵니다.

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

이벤트 데이터입니다.

설명

이벤트가 발생하면 대리자를 통해 이벤트 처리기가 호출됩니다. 자세한 내용은 이벤트 처리 및 발생합니다.

OnUnselected 메서드는 파생된 클래스가 대리자를 연결 하지 않고 이벤트를 처리할 수 있습니다. 이는 파생 클래스에서 이벤트를 처리하는 기본 방법입니다.

상속자 참고

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

적용 대상