RegionEvaluableRequestEntryInfo Method

Requests displaying information about currently selected math expression element.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public bool RequestEntryInfo(
	Term[] units
)

Parameters

units  Term
Math expression element to display information about.

Return Value

Boolean
Returns if the request is made, otherwise - usually when there is no subscription to the OnEntryInfoRequested event.

See Also