IDropHandler.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:
void HandleDragCanceled();
public:
void HandleDragCanceled();
void HandleDragCanceled();
public void HandleDragCanceled ();
abstract member HandleDragCanceled : unit -> unit
Public Sub HandleDragCanceled ()
Remarks
This method allows the drop handler to update its state after cancellation.