SPLinkButton.IPostBackEventHandler.RaisePostBackEvent method

Raises a postback Event (Implementation of IPostBackEventHandler)

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

Syntax

'Declaration
Private Sub RaisePostBackEvent ( _
    eventArgument As String _
) Implements IPostBackEventHandler.RaisePostBackEvent
'Usage
Dim instance As SPLinkButton
Dim eventArgument As String

CType(instance, IPostBackEventHandler).RaisePostBackEvent(eventArgument)
void IPostBackEventHandler.RaisePostBackEvent(
    string eventArgument
)

Parameters

Implements

IPostBackEventHandler.RaisePostBackEvent(String)

See also

Reference

SPLinkButton class

SPLinkButton members

Microsoft.SharePoint.WebControls namespace