The event handler receives an argument of type System.EventArgs containing data related to this event.
The DragLeave event fires when the mouse pointer leaves the control provided that dragging is being performed. The event is used for notification purposes only and cannot be used to control drag and drop operations. For instance, this event can be handled in combination with the DragEnter event to display explanatory messages to end-users.