Freigeben über


EditListItemPropertiesAction.RaisePostBackEvent-Methode

Löst eine PostBackEvent(System.String) aus, wenn auf der Link für dieses Steuerelement geklickt wird.

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

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Overrides Sub RaisePostBackEvent ( _
    eventArgument As String _
)
'Usage
Dim instance As EditListItemPropertiesAction
Dim eventArgument As String

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

Parameter

Implementiert

IPostBackEventHandler.RaisePostBackEvent(String)

Siehe auch

Referenz

EditListItemPropertiesAction Klasse

EditListItemPropertiesAction-Member

Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions-Namespace