Initializes a new instance of the EventPoint class cloning the properties of another EventPoint

Namespace: Ico.Awx.Common
Assembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public EventPoint(
	string tag
)
Visual Basic
Public Sub New ( _
	tag As String _
)
JScript
public function EventPoint(
	tag : String
)

Parameters

tag
Type: System..::..String
The EventPoint that will be cloned

See Also