Set the ScriptEvent's tag.

Namespace:  Rebex.TerminalEmulation
Assembly:  Rebex.Terminal (in Rebex.Terminal.dll)

Syntax

Visual Basic
Public Function SetTag ( _
	tag As Object _
) As ScriptEvent
C#
public ScriptEvent SetTag(
	Object tag
)

Parameters

tag
Type: System..::..Object
A semi-unique tag that represents this criterium.

Return Value

The same instance.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also