ConsoleErrorDisplay.RaisePostBackEvent Method
ASP.NET RaisePostBackEvent method. This 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.String
Implements
IPostBackEventHandler.RaisePostBackEvent(String)