QuickDeployAction.RaisePostBackEvent Method

Raises a postback event for this action.

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

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Overrides Sub RaisePostBackEvent ( _
    eventArgument As String _
)
'Usage
Dim instance As QuickDeployAction
Dim eventArgument As String

instance.RaisePostBackEvent(eventArgument)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public override void RaisePostBackEvent(
    string eventArgument
)

Parameters

  • eventArgument
    Type: System.String

    A string that represents an event argument to pass to the event handler.

Implements

IPostBackEventHandler.RaisePostBackEvent(String)

See Also

Reference

QuickDeployAction Class

QuickDeployAction Members

Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions Namespace