Share via


SPRibbonPostBackEvent constructor

Initializes a new instance of the [SPRibbonPostBackEvent] class.

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

Syntax

'Declaration
Public Sub New ( _
    eventId As String, _
    eventArgs As Object() _
)
'Usage
Dim eventId As String
Dim eventArgs As Object()

Dim instance As New SPRibbonPostBackEvent(eventId, _
    eventArgs)
public SPRibbonPostBackEvent(
    string eventId,
    Object[] eventArgs
)

Parameters

  • eventArgs
    Type: []

See also

Reference

SPRibbonPostBackEvent class

SPRibbonPostBackEvent members

Microsoft.SharePoint.WebControls namespace