private void DragDropHelper_OnDrag(UiDragDropArgs args) { EventLogs.AddWithClassName("OnDrag, source: " + args.SourceElement.GetType().Name); }
private void FileDragDropHelper_OnFileDrag(UiFileDragArgs args) { EventLogs.AddWithClassName("OnFileDrag, element: " + args.Element.GetType().Name); }