Adds an event handler for the dragLeave event. The dragLeave event occurs when the user first moves the mouse out of the control while dragging some Object.
[Visual Basic] Overridable Public Sub AddOnDragLeave( _ ByVal handler As EventHandler _ ) [C#] public virtual void AddOnDragLeave( EventHandler handler ); [C++] public: virtual void AddOnDragLeave( EventHandler* handler ); [JScript] public function AddOnDragLeave( handler : EventHandler );
RichControl Class | RichControl Members | System.WinForms Namespace | RemoveOnDragLeave