STK XSend comments on this topic.
OLEDragDrop Method (IAgUiAxStockRawEvents)
See Also 
Data
Effect
Button
Shift
X
Y
Windows






Windows & Linux

Description

Fired when a source component is dropped onto the control

Syntax

[Visual Basic .NET]
Public Sub OLEDragDrop( _
   ByVal Data As AgDataObject, _
   ByVal Effect As Integer, _
   ByVal Button As Integer, _
   ByVal Shift As Integer, _
   ByVal X As Integer, _
   ByVal Y As Integer _
) 
[C#]
public void OLEDragDrop(
   AgDataObject Data,
   int Effect,
   int Button,
   int Shift,
   int X,
   int Y
);
[Managed C++]
public: void OLEDragDrop(
   AgDataObject ^ Data,
   int Effect,
   int Button,
   int Shift,
   int X,
   int Y
);
[Java]
public  oLEDragDrop(
   AgDataObject Data,
   int Effect,
   ppInteger Button,
   ppInteger Shift,
   int X,
   int Y
);
[Unmanaged C++]
public: HRESULT OLEDragDrop(
   AgDataObject * Data,
   long Effect,
   int Button,
   int Shift,
   long X,
   long Y
);

Parameters

Data
Effect
Button
Shift
X
Y

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.