Share via


ConsoleErrorDisplay.RaisePostBackEvent method

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.String

    A string that contains the message to be suppressed.

Implements

IPostBackEventHandler.RaisePostBackEvent(String)

See also

Reference

ConsoleErrorDisplay class

ConsoleErrorDisplay members

Microsoft.SharePoint.Publishing.WebControls namespace