Share via


PublishCommandHandler.RaisePostBackEvent method

This is the implementation of the IPostBackEventHandler interface for this control.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overridable Sub RaisePostBackEvent ( _
    eventArgument As String _
)
'Usage
Dim instance As PublishCommandHandler
Dim eventArgument As String

instance.RaisePostBackEvent(eventArgument)
public virtual void RaisePostBackEvent(
    string eventArgument
)

Parameters

  • eventArgument
    Type: System.String

    A string that contains the postback argument.

Implements

IPostBackEventHandler.RaisePostBackEvent(String)

Remarks

ASP.NET calls the RaisePostBackEvent method when a postback occurs. This call occurs in the life cycle of the control after loading and change notification are complete but before prerendering occurs.

See also

Reference

PublishCommandHandler class

PublishCommandHandler members

Microsoft.SharePoint.WebControls namespace