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

  • eventArgs
    Type: []

See Also

Reference

SPRibbonPostBackEvent Class

SPRibbonPostBackEvent Members

Microsoft.SharePoint.WebControls Namespace