BehaviorService.BeginDrag Evento

Definição

Ocorre quando o BehaviorService inicia uma operação do tipo "arrastar e soltar".

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

Comentários

O BehaviorService aciona o BeginDrag evento imediatamente antes de iniciar uma operação de arrastar e soltar.

Para obter mais informações sobre como lidar com eventos, consulte Manipulando e levantando eventos.

Aplica-se a

Confira também