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.OnDragLeave

Inheriting classes should override this method to handle this event. Call base.onDragLeave to send this event to any registered event listeners.

[Visual Basic]
Overridable Protected Sub OnDragLeave( _
   ByVal e As EventArgs _
)
[C#]
protected virtual void OnDragLeave(
   EventArgs e
);
[C++]
protected: virtual void OnDragLeave(
   EventArgs* e
);
[JScript]
protected function OnDragLeave(
   e : EventArgs
);

Parameters

e
event

See Also

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