DragDrop::AddPreviewGiveFeedbackHandler Method (DependencyObject^, GiveFeedbackEventHandler^)
.NET Framework (current version)
Adds a PreviewGiveFeedback event handler to a specified dependency object.
Assembly: PresentationCore (in PresentationCore.dll)
public: static void AddPreviewGiveFeedbackHandler( DependencyObject^ element, GiveFeedbackEventHandler^ handler )
Parameters
- element
-
Type:
System.Windows::DependencyObject^
The dependency object (a UIElement or ContentElement) to which to add the event handler.
- handler
-
Type:
System.Windows::GiveFeedbackEventHandler^
A delegate that references the handler method to be added.
The PreviewGiveFeedback event occurs during a drag operation.
This method adds a handler for the tunneling version of the PreviewGiveFeedback event. To add a handler for the bubbling version of this event, see AddGiveFeedbackHandler.
.NET Framework
Available since 3.0
Available since 3.0
Show: