ContextSelector<T>.RaisePostBackEvent Method
Called by ASP.NET when this Web Part posts back to itself.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub RaisePostBackEvent ( _
eventArgument As String _
)
'Usage
Dim instance As ContextSelector
Dim eventArgument As String
instance.RaisePostBackEvent(eventArgument)
public void RaisePostBackEvent(
string eventArgument
)
Parameters
eventArgument
Type: System.StringA string that contains the event arguments.
Implements
IPostBackEventHandler.RaisePostBackEvent(String)