Compartilhar via


CancelApprovalWorkflowRequestAction.RaisePostBackEvent método

Gera um evento de postagem para esta ação.

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 CancelApprovalWorkflowRequestAction
Dim eventArgument As String

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

Parâmetros

  • eventArgument
    Tipo: System.String

    Uma seqüência de caracteres que representa um argumento do evento para passar para o manipulador de eventos.

Implementos

IPostBackEventHandler.RaisePostBackEvent(String)

Ver também

Referência

CancelApprovalWorkflowRequestAction classe

CancelApprovalWorkflowRequestAction membros

Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions namespace