EditCommandHandler.RaisePostBackEvent Method

Represents the postback behavior when the Edit ribbon button is selected and triggers a page postback.

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

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

Parameters

  • eventArgument
    Type: System.String

    A string that represents the event argument.

Implements

IPostBackEventHandler.RaisePostBackEvent(String)

Remarks

Calls the virtual method that allows customization.

See Also

Reference

EditCommandHandler Class

EditCommandHandler Members

Microsoft.SharePoint.WebControls Namespace