summaryM:DotNetNuke.UI.Utilities.ClientAPI.GetCallbackEventReference(System.Web.UI.Control,System.String,System.String,System.String,System.String)

Namespace: DotNetNuke.UI.Utilities
Assembly: DotNetNuke.WebUtility (in DotNetNuke.WebUtility.dll)

Syntax

C#
public static string GetCallbackEventReference(
	Control objControl,
	string strArgument,
	string strClientCallBack,
	string strContext,
	string srtClientErrorCallBack
)
Visual Basic
Public Shared Function GetCallbackEventReference ( 
	objControl As Control,
	strArgument As String,
	strClientCallBack As String,
	strContext As String,
	srtClientErrorCallBack As String
) As String

Parameters

objControl
Type: System.Web.UI..::..Control
paramobjControlM:DotNetNuke.UI.Utilities.ClientAPI.GetCallbackEventReference(System.Web.UI.Control,System.String,System.String,System.String,System.String)
strArgument
Type: System..::..String
paramstrArgumentM:DotNetNuke.UI.Utilities.ClientAPI.GetCallbackEventReference(System.Web.UI.Control,System.String,System.String,System.String,System.String)
strClientCallBack
Type: System..::..String
paramstrClientCallBackM:DotNetNuke.UI.Utilities.ClientAPI.GetCallbackEventReference(System.Web.UI.Control,System.String,System.String,System.String,System.String)
strContext
Type: System..::..String
paramstrContextM:DotNetNuke.UI.Utilities.ClientAPI.GetCallbackEventReference(System.Web.UI.Control,System.String,System.String,System.String,System.String)
srtClientErrorCallBack
Type: System..::..String
paramsrtClientErrorCallBackM:DotNetNuke.UI.Utilities.ClientAPI.GetCallbackEventReference(System.Web.UI.Control,System.String,System.String,System.String,System.String)

Return Value

returnsM:DotNetNuke.UI.Utilities.ClientAPI.GetCallbackEventReference(System.Web.UI.Control,System.String,System.String,System.String,System.String)

See Also