FormInt64Control.dropEx(Array, FormDrag, Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
override void dropEx(Microsoft::Dynamics::Ax::Xpp::Array ^ _dragSource, Dynamics::AX::Application::FormDrag _dragMode, int _x, int _y);
public override void dropEx (Microsoft.Dynamics.Ax.Xpp.Array _dragSource, Dynamics.AX.Application.FormDrag _dragMode, int _x, int _y);
override this.dropEx : Microsoft.Dynamics.Ax.Xpp.Array * Dynamics.AX.Application.FormDrag * int * int -> unit
Public Overrides Sub dropEx (_dragSource As Array, _dragMode As FormDrag, _x As Integer, _y As Integer)
Parameters
- _dragSource
- Array
- _dragMode
- FormDrag
- _x
- Int32
- _y
- Int32