| 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
)
Protected Function GetClientEventHandler (
handlerName As String,
args As NameValueCollection
) As String
Parameters
- handlerName
- Type: SystemString
The name of the function. - args
- Type: System.Collections.SpecializedNameValueCollection
Event arguments.
Return Value
Type:
StringGenerated Javascript-statement.
Remarks See Also