Click or drag to resize

ListFilterGetClientEventHandler Method (String, NameValueCollection)

Generates the Javascript statement that can be used to executed filter's custom event handler.

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
protected string GetClientEventHandler(
	string handlerName,
	NameValueCollection args
)

Parameters

handlerName
Type: SystemString
The name of the function.
args
Type: System.Collections.SpecializedNameValueCollection
Event arguments.

Return Value

Type: String
Generated Javascript-statement.
Remarks