BehaviorService.EndDrag Evento

Definición

Se produce cuando BehaviorService finaliza una operación de arrastre.

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 

Tipo de evento

Comentarios

BehaviorService genera el EndDrag evento inmediatamente después de que se complete la operación de arrastre.

Para obtener más información sobre el manejo de eventos, consulte controlar y provocar eventos.

Se aplica a

Consulte también