AppWindow.OLEDragLeave Method (Typed) | |
Called whenever the mouse leaves the window's client area during a drag and drop operation.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD OLEDragLeave(
oOleDragEvent
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual OLEDragLeave(
Usual oOleDragEvent = default
)
Request Example
View SourceParameters
- oOleDragEvent (Optional)
- Type: Usual
The specified OLEDragEvent object.
Return Value
Type:
UsualRemarks See Also