summaryM:DotNetNuke.UI.Utilities.ClientAPI.RegisterPostBackEventHandler(System.Web.UI.Control,System.String,DotNetNuke.UI.Utilities.ClientAPIPostBackControl.PostBackEvent,System.Boolean)

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

Syntax

C#
public static void RegisterPostBackEventHandler(
	Control objParent,
	string strEventName,
	ClientAPIPostBackControl..::..PostBackEvent objDelegate,
	bool blnMultipleHandlers
)
Visual Basic
Public Shared Sub RegisterPostBackEventHandler ( 
	objParent As Control,
	strEventName As String,
	objDelegate As ClientAPIPostBackControl..::..PostBackEvent,
	blnMultipleHandlers As Boolean
)

Parameters

objParent
Type: System.Web.UI..::..Control
paramobjParentM:DotNetNuke.UI.Utilities.ClientAPI.RegisterPostBackEventHandler(System.Web.UI.Control,System.String,DotNetNuke.UI.Utilities.ClientAPIPostBackControl.PostBackEvent,System.Boolean)
strEventName
Type: System..::..String
paramstrEventNameM:DotNetNuke.UI.Utilities.ClientAPI.RegisterPostBackEventHandler(System.Web.UI.Control,System.String,DotNetNuke.UI.Utilities.ClientAPIPostBackControl.PostBackEvent,System.Boolean)
objDelegate
Type: DotNetNuke.UI.Utilities..::..ClientAPIPostBackControl..::..PostBackEvent
paramobjDelegateM:DotNetNuke.UI.Utilities.ClientAPI.RegisterPostBackEventHandler(System.Web.UI.Control,System.String,DotNetNuke.UI.Utilities.ClientAPIPostBackControl.PostBackEvent,System.Boolean)
blnMultipleHandlers
Type: System..::..Boolean
paramblnMultipleHandlersM:DotNetNuke.UI.Utilities.ClientAPI.RegisterPostBackEventHandler(System.Web.UI.Control,System.String,DotNetNuke.UI.Utilities.ClientAPIPostBackControl.PostBackEvent,System.Boolean)

See Also