ContentElement.DragLeave 事件
定义
在输入系统报告出现以此元素为拖动起点的基础拖动事件时发生。Occurs when the input system reports an underlying drag event with this element as the drag origin.
public:
event System::Windows::DragEventHandler ^ DragLeave;
public event System.Windows.DragEventHandler DragLeave;
member this.DragLeave : System.Windows.DragEventHandler
Public Custom Event DragLeave As DragEventHandler
事件类型
注解
此事件将为 DragDrop.DragLeave 此类创建附加事件的别名,以便 ContentElement.DragLeave 在 ContentElement 继承为基元素时,它是类成员列表的一部分。This event creates an alias for the DragDrop.DragLeave attached event for this class so that ContentElement.DragLeave is part of the class members list when ContentElement is inherited as a base element. 附加到事件的事件处理程序 DragLeave 附加到基础 DragDrop.DragLeave 附加事件,并接收相同的事件数据实例。Event handlers that are attached to the DragLeave event are attached to the underlying DragDrop.DragLeave attached event and receive the same event data instance.
路由事件信息Routed Event Information
标识符字段Identifier field | DragLeaveEvent |
路由策略Routing strategy | 冒泡Bubbling |
委托Delegate | DragEventHandler |
对应的隧道事件为 PreviewDragLeave 。The corresponding tunneling event is PreviewDragLeave.
重写 OnDragLeave 以在派生类中实现此事件的类处理。Override OnDragLeave to implement class handling for this event in derived classes.