WorksheetDetachAutoComplete Method

Detaches the event handler which starts dynamic assistance from 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 DetachAutoComplete(
	RegionBase region
)

Parameters

region  RegionBase
Region to detach the event handler from.

See Also