Click or drag to resize

EventSource<T>.connect Method

Connects the host event source to the specified script handler function.

Namespace: Microsoft.ClearScript
Assembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.5.0
Syntax
public EventConnection<T> connect(
	Object scriptFunc
)

Parameters

scriptFunc  Object
The script function that will handle the event.

Return Value

EventConnection<T>
An EventConnection<T> that represents the connection.
See Also