Share via


CheckinCommandHandler.RaisePostBackEvent Method

Implementation of the IPostBackEventHandler interface to handle the postback event that checks the item in the context back in.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

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

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

Parameters

  • eventArgument
    Type: System.String

    Contains the event argument that determines whether this method runs. If this value matches the value of the ClientSideCommandId property, this method will run normally.

Implements

IPostBackEventHandler.RaisePostBackEvent(String)

Remarks

The ECMAScript (JScript, JavaScript) that the HandlerCommand property returns references this method.

See Also

Reference

CheckinCommandHandler Class

CheckinCommandHandler Members

Microsoft.SharePoint.WebControls Namespace