Leer en inglés

Compartir a través de


del método WorkflowStatusAction.RaisePostBackEvent

Provoca una PostBackEvent cuando se hace clic en la dirección URL para este control.

Espacio de nombres:  Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions
Ensamblado:  Microsoft.SharePoint.Publishing (en Microsoft.SharePoint.Publishing.dll)

Sintaxis

'Declaración
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Overrides Sub RaisePostBackEvent ( _
    eventArgument As String _
)
'Uso
Dim instance As WorkflowStatusAction
Dim eventArgument As String

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

Parámetros

Implementaciones

IPostBackEventHandler.RaisePostBackEvent(String)

Comentarios

Este método implementa el método RaisePostBackEvent(String) .

Vea también

Referencia

clase WorkflowStatusAction

Miembros WorkflowStatusAction

Espacio de nombres Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions

RaisePostBackEvent(String)