BehaviorService.BeginDrag Evento

Definición

Se produce cuando BehaviorService inicia una operación de arrastrar y colocar.

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

Tipo de evento

Comentarios

BehaviorService provoca el BeginDrag evento inmediatamente antes de iniciar una operación de arrastrar y colocar.

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

Se aplica a

Consulte también