Share via


HtmlEditor.RaisePostBackEvent method

Implements the IPostBackEventHandler interface.

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

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

Parameters

  • eventArgument
    Type: System.String

    A string containing the event argument.

Implements

IPostBackEventHandler.RaisePostBackEvent(String)

Remarks

This method raises the OnContentChanged event unless the eventArgument is RcaRepublishPostBackArg.

See also

Reference

HtmlEditor class

HtmlEditor members

Microsoft.SharePoint.Publishing.WebControls namespace

HtmlEditor