DragDrop::RemoveDropHandler Method (DependencyObject^, DragEventHandler^)
.NET Framework (current version)
Removes a Drop event handler from a specified dependency object.
Assembly: PresentationCore (in PresentationCore.dll)
public: static void RemoveDropHandler( DependencyObject^ element, DragEventHandler^ handler )
Parameters
- element
-
Type:
System.Windows::DependencyObject^
The dependency object (a UIElement or ContentElement) from which to remove the event handler.
- handler
-
Type:
System.Windows::DragEventHandler^
A delegate that references the handler method to be removed.
The Drop event occurs when an object is dropped within an element's bounds.
This method removes a handler for the bubbling version of the Drop event. To remove a handler for the tunneling version of this event, see RemovePreviewDropHandler.
.NET Framework
Available since 3.0
Available since 3.0
Show: