DragAndDrop : hide window event handler
authorTaehyub Kim <taehyub.kim@samsung.com>
Mon, 18 Sep 2023 10:10:28 +0000 (19:10 +0900)
committerSeoyeon2Kim <34738918+Seoyeon2Kim@users.noreply.github.com>
Mon, 18 Sep 2023 10:35:55 +0000 (19:35 +0900)
src/Tizen.NUI/src/public/DragAndDrop/DragAndDrop.cs

index c60558e..0e77eb8 100755 (executable)
@@ -33,6 +33,7 @@ namespace Tizen.NUI
         public delegate void SourceEventHandler(DragSourceEventType sourceEventType);
         private delegate void InternalSourceEventHandler(int sourceEventType);
         public delegate void DragAndDropEventHandler(View targetView, DragEvent dragEvent);
+        [EditorBrowsable(EditorBrowsableState.Never)]
         public delegate void DragAndDropWindowEventHandler(Window targetWindow, DragEvent dragEvent);
         private delegate void InternalDragAndDropEventHandler(global::System.IntPtr dragEvent);
         private InternalSourceEventHandler sourceEventCb;