IDropHandler.HandleDragCanceled Method

Definition

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.

Applies to