Tab.IPostBackEventHandler.RaisePostBackEvent Method
NOTE: This API is now obsolete.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Private Sub RaisePostBackEvent ( _
eventArgument As String _
) Implements IPostBackEventHandler.RaisePostBackEvent
'Usage
Dim instance As Tab
Dim eventArgument As String
CType(instance, IPostBackEventHandler).RaisePostBackEvent(eventArgument)
[ObsoleteAttribute("This class is obsolete.")]
void IPostBackEventHandler.RaisePostBackEvent(
string eventArgument
)
Parameters
- eventArgument
Type: System.String
Implements
IPostBackEventHandler.RaisePostBackEvent(String)