BehaviorService.EndDrag Evento

Definição

Ocorre quando o BehaviorService conclui uma operação de arrastar.

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

Comentários

O BehaviorService aciona o EndDrag evento imediatamente após a conclusão da operação de arrastar.

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

Aplica-se a

Confira também