FAreaOnLocationChanged Method

Raises the LocationChanged event when the values of the X or Y properties have changed.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
protected virtual void OnLocationChanged(
	FloatPointEventArgs e
)

Parameters

e  FloatPointEventArgs
Float point event arguments.

See Also