RegionBaseOnBeforeCommandSend Method
Handles given text command by the current
RegionBase or its children Regions.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
public virtual bool OnBeforeCommandSend(
string value
)
Public Overridable Function OnBeforeCommandSend (
value As String
) As Boolean
public:
virtual bool OnBeforeCommandSend(
String^ value
)
abstract OnBeforeCommandSend :
value : string -> bool
override OnBeforeCommandSend :
value : string -> bool
- value String
- Text command to insert.
Boolean if the operation handled,
afterwards.