Gets the final effect that was performed during the drag-and-drop operation.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public DragDropEffects FinalEffect { get; }
Visual Basic
Public ReadOnly Property FinalEffect As DragDropEffects
	Get
Visual C++
public:
property DragDropEffects FinalEffect {
	DragDropEffects get ();
}
F#
member FinalEffect : DragDropEffects with get

Property Value

Type: DragDropEffects
The final effect.

See Also