Share via


WorkflowTasksAction.RaisePostBackEvent method

Raises the PostBack event behavior when the URL for this control is clicked.

Namespace:  Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Overrides Sub RaisePostBackEvent ( _
    eventArgument As String _
)
'Usage
Dim instance As WorkflowTasksAction
Dim eventArgument As String

instance.RaisePostBackEvent(eventArgument)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public override void RaisePostBackEvent(
    string eventArgument
)

Parameters

Implements

IPostBackEventHandler.RaisePostBackEvent(String)

Remarks

Implements [T:Microsoft.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(string)].

See also

Reference

WorkflowTasksAction class

WorkflowTasksAction members

Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions namespace

RaisePostBackEvent(String)