Method OnDragDrop
Namespace TallComponents.Interaction.WPF.Interactors.Annotations.Widgets
Class ValueWidgetInteractor
Invoked when an object gets dropped on to this interactor. If the dragged object can be converted to (unicode) text, the value of the widget will be set to it.
Syntax
protected Void OnDragDrop(DragDropEventArgs args)
Returns
Void
Parameters
DragDropEventArgs
args
The drag event data.