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.StringA string containing the event argument.
Implements
IPostBackEventHandler.RaisePostBackEvent(String)
Remarks
This method raises the OnContentChanged event unless the eventArgument is RcaRepublishPostBackArg.