Fired when a source component is dropped onto the control
[Visual Basic .NET] |
---|
Public Event OLEDragDrop( _ ByVal Data As AgDataObject, _ ByVal Effect As Integer, _ ByVal Button As short, _ ByVal Shift As short, _ ByVal X As Integer, _ ByVal Y As Integer _ ) |
[C#] |
---|
public void OLEDragDrop( AgDataObject Data, int Effect, short Button, short Shift, int X, int Y ); |
[Managed C++] |
---|
public: void OLEDragDrop( AgDataObject ^ Data, int Effect, short Button, short Shift, int X, int Y ); |
- DataEffectButtonShiftXY