| TreeToolbarButtonGetEventCallback Method |
Regrieves button event callback.
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax protected string GetEventCallback(
string eventType,
NameValueCollection arguments
)
Protected Function GetEventCallback (
eventType As String,
arguments As NameValueCollection
) As String
Parameters
- eventType
- Type: SystemString
Event type. - arguments
- Type: System.Collections.SpecializedNameValueCollection
Event arguments.
Return Value
Type:
StringRemarks See Also