DragDrop::RemovePreviewGiveFeedbackHandler Method (DependencyObject^, GiveFeedbackEventHandler^)

 

Removes a PreviewGiveFeedback event handler from a specified dependency object.

Namespace:   System.Windows
Assembly:  PresentationCore (in PresentationCore.dll)

public:
static void RemovePreviewGiveFeedbackHandler(
	DependencyObject^ element,
	GiveFeedbackEventHandler^ 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::GiveFeedbackEventHandler^

A delegate that references the handler method to be removed.

The PreviewGiveFeedback event occurs during a drag operation.

This method removes a handler for the tunneling version of the PreviewGiveFeedback event. To remove a handler for the bubbling version of this event, see RemoveGiveFeedbackHandler.

.NET Framework
Available since 3.0
Return to top
Show: