BehaviorService.BeginDrag Událost

Definice

Nastane, BehaviorService když spustí operaci přetažení.

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 

Event Type

Poznámky

BeginDrag Vyvolá BehaviorService událost bezprostředně předtím, než spustí operaci 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é