DropHandlerBase.HandleDragCanceled Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates that a drag and drop operation has been Canceled.
public:
virtual void HandleDragCanceled();
public:
virtual void HandleDragCanceled();
virtual void HandleDragCanceled();
public virtual void HandleDragCanceled ();
abstract member HandleDragCanceled : unit -> unit
override this.HandleDragCanceled : unit -> unit
Public Overridable Sub HandleDragCanceled ()
Implements
Remarks
This method allows the drop handler to update its state after cancellation.