Compartir a través de


del método WebPartQuickAdd.IPostBackEventHandler.RaisePostBackEvent

NOTA: esta API está ahora obsoleta.

Controla el evento de devolución (postback) para agregar elementos Web

Espacio de nombres:  Microsoft.SharePoint.WebPartPages
Ensamblado:  Microsoft.SharePoint (en Microsoft.SharePoint.dll)

Sintaxis

'Declaración
<ObsoleteAttribute("Functionality has been superceded by the WebPartAdder class.")> _
Private Sub RaisePostBackEvent ( _
    eventArgument As String _
) Implements IPostBackEventHandler.RaisePostBackEvent
'Uso
Dim instance As WebPartQuickAdd
Dim eventArgument As String

CType(instance, IPostBackEventHandler).RaisePostBackEvent(eventArgument)
[ObsoleteAttribute("Functionality has been superceded by the WebPartAdder class.")]
void IPostBackEventHandler.RaisePostBackEvent(
    string eventArgument
)

Parámetros

  • eventArgument
    Tipo: System.String

    lista de dwps para agregar, delimitado por comas

Implementaciones

IPostBackEventHandler.RaisePostBackEvent(String)

Vea también

Referencia

clase WebPartQuickAdd

Miembros WebPartQuickAdd

Espacio de nombres Microsoft.SharePoint.WebPartPages