ContextSelector<T>.RaisePostBackEvent method

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

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Sub RaisePostBackEvent ( _
    eventArgument As String _
)
'Usage
Dim instance As ContextSelector
Dim eventArgument As String

instance.RaisePostBackEvent(eventArgument)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public void RaisePostBackEvent(
    string eventArgument
)

Parameters

Implements

IPostBackEventHandler.RaisePostBackEvent(String)

See also

Reference

ContextSelector<T> class

ContextSelector<T> members

Microsoft.SharePoint.WebControls namespace