ToolStrip::BeginDrag Event

 

Occurs when the user begins to drag the ToolStrip control.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
event EventHandler^ BeginDrag {
	void add(EventHandler^ value);
	void remove(EventHandler^ value);
}

For more information about handling events, see Handling and Raising Events.

The following code example demonstrates the use of BeginDrag and EndDrag with a ToolStrip and a ToolStripContainer.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: