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)
'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
)
eventArgument
Tipo: System.StringArgumento de evento.
IPostBackEventHandler.RaisePostBackEvent(String)
Este método implementa el método RaisePostBackEvent(String) .
Espacio de nombres Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions