BehaviorService.EndDrag Event

Definition

Occurs when the BehaviorService completes a drag operation.

public:
 event System::Windows::Forms::Design::Behavior::BehaviorDragDropEventHandler ^ EndDrag;
public event System.Windows.Forms.Design.Behavior.BehaviorDragDropEventHandler EndDrag;
public event System.Windows.Forms.Design.Behavior.BehaviorDragDropEventHandler? EndDrag;
member this.EndDrag : System.Windows.Forms.Design.Behavior.BehaviorDragDropEventHandler 
Public Custom Event EndDrag As BehaviorDragDropEventHandler 

Event Type

Remarks

The BehaviorService raises the EndDrag event immediately after the drag operation is complete.

For more information about handling events, see Handling and Raising Events.

Applies to

See also