DragDropEffects (System.Windows.DragDropEffects)

Inherits: System.Enum

Interfaces: IComparable, IFormattable, IConvertible

Derived Types: 0

Assembly: PresentationCore.dll

Specifies the effects of a drag-and-drop operation.

VB.NET C#

C#

public enum struct DragDropEffects : System.IComparable, System.IFormattable, System.IConvertible
{
}

Articles

WPF Team Bloggers : Monday, October 30, 2006 - Posts

... 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 ...

Marcelo's WebLog : GiveFeedback event in Windows Presentation ...

... 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 ...

Marcelo's WebLog : GiveFeedback event in Windows Presentation ...

... 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 ...

Raising Wpf Drag / Drop events - MSDN Forums

args.AllowedEffects = System.Windows. DragDropEffects .All; args.KeyStates = DragDropKeyStates .None; args.OriginalSource = Child;   // Finally fire the DragOver event.

GiveFeedbackEventArgs.Effects Property (System.Windows)

Type: System.Windows . . :: . DragDropEffects. A member of the DragDropEffects enumeration that indicates the effects of the drag-and-drop operation.

DragDrop.DoDragDrop Method (System.Windows)

System.Windows . . :: . DragDropEffects. One of the DragDropEffects values that specifies permitted effects of the drag-and-drop operation. Return Value

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support