Share via


SPRibbonPostBackCommand Constructor (String, IPostBackEventHandler, Object , String)

Initializes a new instance of the SPRibbonPostBackCommand class using the specified command, event handler, event arguments, and ECMA script.

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

Syntax

'Declaration
Public Sub New ( _
    commandId As String, _
    eventHandler As IPostBackEventHandler, _
    eventArgs As Object(), _
    enabledStatement As String _
)
'Usage
Dim commandId As String
Dim eventHandler As IPostBackEventHandler
Dim eventArgs As Object()
Dim enabledStatement As String

Dim instance As New SPRibbonPostBackCommand(commandId, _
    eventHandler, eventArgs, enabledStatement)
public SPRibbonPostBackCommand(
    string commandId,
    IPostBackEventHandler eventHandler,
    Object[] eventArgs,
    string enabledStatement
)

Parameters

  • commandId
    Type: System.String

    A string that contains the command identifier.

  • eventArgs
    Type: []

    An Object array that contains the arguments for the event.

  • enabledStatement
    Type: System.String

    A string that contains ECMAScript code that is executed to determine whether the command should be enabled.

See Also

Reference

SPRibbonPostBackCommand Class

SPRibbonPostBackCommand Members

SPRibbonPostBackCommand Overload

Microsoft.SharePoint.WebControls Namespace