Compartilhar via


WorkflowTasksAction.RaisePostBackEvent método

Gera o comportamento dos eventos PostBack quando a URL para este controle é clicada.

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

Sintaxe

'Declaração
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Overrides Sub RaisePostBackEvent ( _
    eventArgument As String _
)
'Uso
Dim instance As WorkflowTasksAction
Dim eventArgument As String

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

Parâmetros

Implementos

IPostBackEventHandler.RaisePostBackEvent(String)

Comentários

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

Ver também

Referência

WorkflowTasksAction classe

WorkflowTasksAction membros

Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions namespace

RaisePostBackEvent(String)