Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the postback behavior when the URL 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 UndoCheckOutAction
Dim eventArgument As String
instance.RaisePostBackEvent(eventArgument)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public override void RaisePostBackEvent(
string eventArgument
)
Parameters
eventArgument
Type: System.StringA string containing the argument required to trigger a postback event.
Implements
IPostBackEventHandler.RaisePostBackEvent(String)
See Also
Reference
Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions Namespace