NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

RichControl.AddOnDragLeave

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
);

Parameters

handler
New handler to install for this event.

See Also

RichControl Class | RichControl Members | System.WinForms Namespace | RemoveOnDragLeave