Compartilhar via


UndoCheckOutAction.RaisePostBackEvent método

Especifica o comportamento de postback quando o URL para este controle é clicado.

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 UndoCheckOutAction
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 string contendo o argumento necessário para disparar um evento de postagem.

Implementos

IPostBackEventHandler.RaisePostBackEvent(String)

Ver também

Referência

UndoCheckOutAction classe

UndoCheckOutAction membros

Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions namespace