<name>GongSolutions.Wpf.DragDrop</name>\r
</assembly>\r
<members>\r
+ <member name="T:GongSolutions.Wpf.DragDrop.IDropTarget">\r
+ <summary>\r
+ Interface implemented by Drop Handlers.\r
+ </summary>\r
+ </member>\r
+ <member name="M:GongSolutions.Wpf.DragDrop.IDropTarget.DragOver(GongSolutions.Wpf.DragDrop.IDropInfo)">\r
+ <summary>\r
+ Updates the current drag state.\r
+ </summary>\r
+ \r
+ <param name="dropInfo">\r
+ Information about the drag.\r
+ </param>\r
+ \r
+ <remarks>\r
+ To allow a drop at the current drag position, the <see cref="P:GongSolutions.Wpf.DragDrop.DropInfo.Effects"/> property on \r
+ <paramref name="dropInfo"/> should be set to a value other than <see cref="F:System.Windows.DragDropEffects.None"/>\r
+ and <see cref="P:GongSolutions.Wpf.DragDrop.DropInfo.Data"/> should be set to a non-null value.\r
+ </remarks>\r
+ </member>\r
+ <member name="M:GongSolutions.Wpf.DragDrop.IDropTarget.Drop(GongSolutions.Wpf.DragDrop.IDropInfo)">\r
+ <summary>\r
+ Performs a drop.\r
+ </summary>\r
+ \r
+ <param name="dropInfo">\r
+ Information about the drop.\r
+ </param>\r
+ </member>\r
<member name="P:GongSolutions.Wpf.DragDrop.IDropInfo.Data">\r
<summary>\r
Gets the drag data.\r
Gets th orientation of the current drop target.\r
</summary>\r
</member>\r
- <member name="T:GongSolutions.Wpf.DragDrop.IDropTarget">\r
+ <member name="T:GongSolutions.Wpf.DragDrop.IDragSource">\r
<summary>\r
- Interface implemented by Drop Handlers.\r
+ Interface implemented by Drag Handlers.\r
</summary>\r
</member>\r
- <member name="M:GongSolutions.Wpf.DragDrop.IDropTarget.DragOver(GongSolutions.Wpf.DragDrop.IDropInfo)">\r
+ <member name="M:GongSolutions.Wpf.DragDrop.IDragSource.StartDrag(GongSolutions.Wpf.DragDrop.IDragInfo)">\r
<summary>\r
- Updates the current drag state.\r
+ Queries whether a drag can be started.\r
</summary>\r
\r
- <param name="dropInfo">\r
- Information about the drag.\r
+ <param name="dragInfo">\r
+ Information about the drag.\r
</param>\r
\r
<remarks>\r
- To allow a drop at the current drag position, the <see cref="P:GongSolutions.Wpf.DragDrop.DropInfo.Effects"/> property on \r
- <paramref name="dropInfo"/> should be set to a value other than <see cref="F:System.Windows.DragDropEffects.None"/>\r
- and <see cref="P:GongSolutions.Wpf.DragDrop.DropInfo.Data"/> should be set to a non-null value.\r
+ To allow a drag to be started, the <see cref="P:GongSolutions.Wpf.DragDrop.DragInfo.Effects"/> property on <paramref name="dragInfo"/> \r
+ should be set to a value other than <see cref="!:DragDropEffects.None"/>. \r
</remarks>\r
</member>\r
- <member name="M:GongSolutions.Wpf.DragDrop.IDropTarget.Drop(GongSolutions.Wpf.DragDrop.IDropInfo)">\r
+ <member name="M:GongSolutions.Wpf.DragDrop.IDragSource.Dropped(GongSolutions.Wpf.DragDrop.IDropInfo)">\r
<summary>\r
- Performs a drop.\r
+ Notifies the drag handler that a drop has occurred.\r
</summary>\r
\r
<param name="dropInfo">\r
will hold a ListBoxItem.\r
</remarks>\r
</member>\r
- <member name="T:GongSolutions.Wpf.DragDrop.IDragSource">\r
- <summary>\r
- Interface implemented by Drag Handlers.\r
- </summary>\r
- </member>\r
- <member name="M:GongSolutions.Wpf.DragDrop.IDragSource.StartDrag(GongSolutions.Wpf.DragDrop.IDragInfo)">\r
- <summary>\r
- Queries whether a drag can be started.\r
- </summary>\r
- \r
- <param name="dragInfo">\r
- Information about the drag.\r
- </param>\r
- \r
- <remarks>\r
- To allow a drag to be started, the <see cref="P:GongSolutions.Wpf.DragDrop.DragInfo.Effects"/> property on <paramref name="dragInfo"/> \r
- should be set to a value other than <see cref="!:DragDropEffects.None"/>. \r
- </remarks>\r
- </member>\r
- <member name="M:GongSolutions.Wpf.DragDrop.IDragSource.Dropped(GongSolutions.Wpf.DragDrop.IDropInfo)">\r
- <summary>\r
- Notifies the drag handler that a drop has occurred.\r
- </summary>\r
- \r
- <param name="dropInfo">\r
- Information about the drop.\r
- </param>\r
- </member>\r
</members>\r
</doc>\r