SPRibbonPostBackEvent Constructor
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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
- eventId
Type: System.String
- eventArgs
Type: []