Occurs when an object is dragged out of the control's bounds.
Syntax
Visual Basic (Declaration) | |
---|
<SRDescriptionAttribute("Occurs when an object is dragged out of the control's bounds.")>
<SRCategoryAttribute("Drag Drop")>
Public Event DragLeave As EventHandler |
C# | |
---|
[SRDescriptionAttribute("Occurs when an object is dragged out of the control's bounds.")]
[SRCategoryAttribute("Drag Drop")]
public event EventHandler DragLeave |
C++/CLI | |
---|
[SRDescriptionAttribute("Occurs when an object is dragged out of the control's bounds.")]
[SRCategoryAttribute("Drag Drop")]
public:
event EventHandler^ DragLeave |
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also