DataGate Print File Designer® - Build 8.0.355 and above

Format.OnLocationChanged Method

OnLocationChanged overrides the Control.OnLocationChanged method and raises the Control.LocationChanged event.

control.OnLocationChanged(System.EventArgs)

Parameters

A System.EventArgs that contains the event data.

Remarks

The LocationChanged event occurs when the Control.Location property is changed.  When overriding OnLocationChanged in a derived class, be sure to call the base class's OnLocationChanged method so that registered delegates receive the event.

See Also

Format ClassFormat Class Members | Control.OnLocationChanged Method | Control.LocationChanged Event | Control.Location Property | System.EventArgs Class