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