|
... ll see that the arguments really have one interesting property, Effects, of type DragDropEffects ( http://windowssdk.msdn.microsoft.com/en-us/library/system.windows.dragdropeffects ...
|
|
... ll see that the arguments really have one interesting property, Effects, of type DragDropEffects ( http://windowssdk.msdn.microsoft.com/en-us/library/system.windows.dragdropeffects ...
|
|
... ll see that the arguments really have one interesting property, Effects, of type DragDropEffects ( http://windowssdk.msdn.microsoft.com/en-us/library/system.windows.dragdropeffects ...
|
|
args.AllowedEffects = System.Windows. DragDropEffects .All; args.KeyStates = DragDropKeyStates .None; args.OriginalSource = Child; // Finally fire the DragOver event.
|
|
Type: System.Windows . . :: . DragDropEffects. A member of the DragDropEffects enumeration that indicates the effects of the drag-and-drop operation.
|
|
System.Windows . . :: . DragDropEffects. One of the DragDropEffects values that specifies permitted effects of the drag-and-drop operation. Return Value
|