
Sample Code Drag & Drop
Drag Source 는 Windows Explorer (윈도우 탐색기) 등에서 선택된 파일
Windows Form 에서 Drop 컨트롤 : listPlugin ListView
this.listPlugin.AllowDrop = true;
this.listPlugin.DragEnter += (sender, e) ={
try
{
if (NotSupportedMethod)
{
// Drop 할 수 없는 경우에 대한 처리
…