summaryM:DotNetNuke.UI.Utilities.ClientAPIPostBackControl.RaisePostBackEvent(System.String)

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

Syntax

C#
public void RaisePostBackEvent(
	string strEventArgument
)
Visual Basic
Public Sub RaisePostBackEvent ( 
	strEventArgument As String
)

Parameters

strEventArgument
Type: System..::..String
paramstrEventArgumentM:DotNetNuke.UI.Utilities.ClientAPIPostBackControl.RaisePostBackEvent(System.String)

Implements

IPostBackEventHandler..::..RaisePostBackEvent(String)

See Also