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.
Raises the Microsoft ASP.NETRaisePostBackEvent method that is used to suppress messages in the console.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Sub RaisePostBackEvent ( _
eventArgument As String _
)
'Usage
Dim instance As ConsoleErrorDisplay
Dim eventArgument As String
instance.RaisePostBackEvent(eventArgument)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public void RaisePostBackEvent(
string eventArgument
)
Parameters
eventArgument
Type: System.StringA string that contains the message to be suppressed.
Implements
IPostBackEventHandler.RaisePostBackEvent(String)