EntryInfoRequestedEventHandler Delegate

Handler of events which are raised when information about dimension is requested.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public delegate void EntryInfoRequestedEventHandler(
	RegionEvaluable sender,
	Term unit,
	int dimensionId
)

Parameters

sender  RegionEvaluable
Region the information is requested for.
unit  Term
Definition of the measurement unit.
dimensionId  Int32
Dimension ID of the measurement unit.

See Also