private void DragDropMan_TargetRequested(CoreDragDropManager sender, CoreDropOperationTargetRequestedEventArgs args) { Debug.WriteLine("Target requested"); //args.SetTarget(); }
private void CallDragDrop() { var a = CoreDragDropManager.GetForCurrentView(); var b = Windows.ApplicationModel.DataTransfer.DragDrop.Core.CoreDragDropManager.GetForCurrentView(); }
private void InitDragAndDrop() { DragDrop = new DragDropManager(this); CoreDragDropManager.SetForCurrentView(DragDrop); }
public CoreDragDropManagerEvents(CoreDragDropManager This) { this.This = This; }