Share via


ApproveCommandHandler.RaisePostBackEvent method

Handles postback, checking whether the current user has a workflow assigned.

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

Syntax

'Declaration
Public Overridable Sub RaisePostBackEvent ( _
    eventArgument As String _
)
'Usage
Dim instance As ApproveCommandHandler
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 runs normally.

Implements

IPostBackEventHandler.RaisePostBackEvent(String)

See also

Reference

ApproveCommandHandler class

ApproveCommandHandler members

Microsoft.SharePoint.WebControls namespace