PageLayoutAction.RaisePostBackEvent Method

Raises a PostBackEvent(System.String) when the user interface (UI) element for this control is clicked.

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

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

Parameters

Implements

IPostBackEventHandler.RaisePostBackEvent(String)

See Also

Reference

PageLayoutAction Class

PageLayoutAction Members

Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions Namespace