WorkflowDesignerMessageFilter.OnDragDrop(DragEventArgs) Método

Definição

Ocorre quando o botão do mouse é liberado em cima de um objeto durante uma operação de arrastar.Occurs when the mouse button is released above an object during a drag operation.

protected:
 virtual bool OnDragDrop(System::Windows::Forms::DragEventArgs ^ eventArgs);
protected virtual bool OnDragDrop (System.Windows.Forms.DragEventArgs eventArgs);
abstract member OnDragDrop : System.Windows.Forms.DragEventArgs -> bool
override this.OnDragDrop : System.Windows.Forms.DragEventArgs -> bool
Protected Overridable Function OnDragDrop (eventArgs As DragEventArgs) As Boolean

Parâmetros

eventArgs
DragEventArgs

Um DragEventArgs que contém informações sobre o evento.A DragEventArgs that contains information about the event.

Retornos

Boolean

true se a mensagem for manipulada, caso contrário, false.true if the message is handled; otherwise, false.

Comentários

OnDragDrop ocorre quando o botão do mouse é liberado acima de um objeto durante uma operação de arrastar.OnDragDrop occurs when the mouse button is released above an object during a drag operation.

Aplica-se a