WorksheetAttachAutoComplete Method

Attaches the event handler which starts dynamic assistance to AvailableTermsListShow event of the specified region.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
protected abstract void AttachAutoComplete(
	RegionBase region
)

Parameters

region  RegionBase
Region to attach the event handler to.

See Also