DataGate Print File Designer® - Build 8.0.355 and above

BaseField.OnMove Method

Raises the Move event.

control.OnMove(System.EventArgs)

Parameters

A System.EventArgs that contains the event data.

Remarks

OnMove overrides the Control.OnMove method.  The Move event occurs when a control is moved.

Note to Inheritors: When overriding this method, be sure to call the base class's OnMove method so that registered delegates receive the event.

See Also

BaseField ClassBaseField Class Members | Control.OnMove Method | Control.Move Event | System.EventArgs Class