ContentElement.GiveFeedback 이벤트
정의
입력 시스템에서 이 요소를 포함하는 기본 끌어서 놓기 이벤트를 보고하면 발생합니다.Occurs when the input system reports an underlying drag-and-drop event that involves this element.
public:
event System::Windows::GiveFeedbackEventHandler ^ GiveFeedback;
public event System.Windows.GiveFeedbackEventHandler GiveFeedback;
member this.GiveFeedback : System.Windows.GiveFeedbackEventHandler
Public Custom Event GiveFeedback As GiveFeedbackEventHandler
이벤트 유형
설명
이벤트를 사용 하면 끌어서 GiveFeedback 놓기 작업을 수행 하는 동안 사용자에 게 시각적 피드백을 제공 하기 위해 끌기 이벤트의 소스에서 마우스 포인터의 모양을 수정할 수 있습니다.The GiveFeedback event allows the source of a drag event to modify the appearance of the mouse pointer in order to give the user visual feedback during a drag-and-drop operation. 시각적 피드백은 끌어서 놓기 작업이 진행 되 고 강화 합니다.The visual feedback reinforces that a drag-and-drop operation is in process.
이 이벤트는이 DragDrop.GiveFeedback GiveFeedback 기본 요소로 상속 될 때가 클래스 멤버 목록의 일부가 되도록이 클래스의 연결 된 이벤트에 대 한 별칭을 만듭니다 ContentElement .This event creates an alias for the DragDrop.GiveFeedback attached event for this class so that GiveFeedback is part of the class members list when ContentElement is inherited as a base element. 이벤트에 연결 된 이벤트 처리기는 GiveFeedback 연결 된 기본 이벤트에 연결 되며 DragDrop.GiveFeedback 동일한 이벤트 데이터 인스턴스를 수신 합니다.Event handlers that are attached to the GiveFeedback event are attached to the underlying DragDrop.GiveFeedback attached event and receive the same event data instance.
라우팅 이벤트 정보Routed Event Information
식별자 필드Identifier field | GiveFeedbackEvent |
라우팅 전략Routing strategy | 버블링Bubbling |
대리자Delegate | GiveFeedbackEventHandler |
해당 터널링 이벤트가 PreviewGiveFeedback합니다.The corresponding tunneling event is PreviewGiveFeedback.
OnGiveFeedback파생 클래스에서이 이벤트에 대 한 클래스 처리를 구현 하도록 재정의 합니다.Override OnGiveFeedback to implement class handling for this event in derived classes.