BehaviorService.EndDrag Událost

Definice

Nastane při BehaviorService dokončení operace přetažení.

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 

Event Type

Poznámky

Vyvolá BehaviorService událost okamžitě EndDrag po dokončení operace přetažení.

Další informace o zpracování událostí najdete v tématu Zpracování a vyvolávání událostí.

Platí pro

Viz také