FloatPointEventHandler Delegate

Event handlers for events where a floating point coordinate value is the main focus.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2613.4238
C#
public delegate void FloatPointEventHandler(
	Object sender,
	FloatPointEventArgs e
)

Parameters

sender  Object
The object raising this value.
e  FloatPointEventArgs
Float point event arguments.

See Also