Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Indicates that a drag and drop operation has been canceled.
Namespace: Microsoft.VisualStudio.Text.Editor.DragDrop
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Declaration
Public Overridable Sub HandleDragCanceled
public virtual void HandleDragCanceled()
public:
virtual void HandleDragCanceled()
abstract HandleDragCanceled : unit -> unit
override HandleDragCanceled : unit -> unit
public function HandleDragCanceled()
Implements
IDropHandler.HandleDragCanceled()
Remarks
This method allows the drop handler to update its state after cancelation.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.