RegionBaseOnBeforeCommandSend Method

Handles given text command by the current RegionBase or its children Regions.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public virtual bool OnBeforeCommandSend(
	string value
)

Parameters

value  String
Text command to insert.

Return Value

Boolean
if the operation handled, afterwards.

See Also