GoXam for WPF v3
OnGiveFeedback Method
Northwoods.GoXam Namespace > DiagramPanel Class : OnGiveFeedback Method
The System.Windows.GiveFeedbackEventArgs that contains the event data.
Invoked when an unhandled System.Windows.DragDrop.GiveFeedback attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
Syntax
protected override void OnGiveFeedback( 
   GiveFeedbackEventArgs e
)

Parameters

e
The System.Windows.GiveFeedbackEventArgs that contains the event data.
Remarks
This calls Northwoods.GoXam.Tool.DraggingTool.DoGiveFeedback on the diagram's DraggingTool.
See Also

Reference

DiagramPanel Class
DiagramPanel Members