Initializes a new instance of the Script..::..Event class

Namespace: RRAutoLib.CTC
Assembly: RRAutoLib (in RRAutoLib.dll) Version: 1.4.4504.18867

Syntax

C#
public Event(
	ISupportsScriptEvents objOwner,
	string strName
)
Visual Basic
Public Sub New ( _
	objOwner As ISupportsScriptEvents, _
	strName As String _
)

See Also