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

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,
	Control objPostChildrenOf
)
Visual Basic
Public Shared Function GetCallbackEventReference ( 
	objControl As Control,
	strArgument As String,
	strClientCallBack As String,
	strContext As String,
	srtClientErrorCallBack As String,
	objPostChildrenOf As Control
) 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,System.Web.UI.Control)
strArgument
Type: System..::..String
paramstrArgumentM:DotNetNuke.UI.Utilities.ClientAPI.GetCallbackEventReference(System.Web.UI.Control,System.String,System.String,System.String,System.String,System.Web.UI.Control)
strClientCallBack
Type: System..::..String
paramstrClientCallBackM:DotNetNuke.UI.Utilities.ClientAPI.GetCallbackEventReference(System.Web.UI.Control,System.String,System.String,System.String,System.String,System.Web.UI.Control)
strContext
Type: System..::..String
paramstrContextM:DotNetNuke.UI.Utilities.ClientAPI.GetCallbackEventReference(System.Web.UI.Control,System.String,System.String,System.String,System.String,System.Web.UI.Control)
srtClientErrorCallBack
Type: System..::..String
paramsrtClientErrorCallBackM:DotNetNuke.UI.Utilities.ClientAPI.GetCallbackEventReference(System.Web.UI.Control,System.String,System.String,System.String,System.String,System.Web.UI.Control)
objPostChildrenOf
Type: System.Web.UI..::..Control
paramobjPostChildrenOfM:DotNetNuke.UI.Utilities.ClientAPI.GetCallbackEventReference(System.Web.UI.Control,System.String,System.String,System.String,System.String,System.Web.UI.Control)

Return Value

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

See Also