STK X Send comments on this topic.
OLEDragDrop Method (IAgUiAxVOCntrlRawEvents)
See Also 
Data
Effect
Button
Shift
X
Y





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1