Click or drag to resize

ListFilterGetClientEventHandler Method (String, 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 virtual string GetClientEventHandler(
	string handlerName,
	string sender,
	NameValueCollection args
)

Parameters

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

Return Value

Type: String
Generated Javascript-statement.
Remarks