CategoryActionHandler.IPostBackEventHandler.RaisePostBackEvent Method
Obsolete.
Namespace: Microsoft.SharePoint.Portal.Search.Admin.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Private Sub RaisePostBackEvent ( _
eventArgument As String _
) Implements IPostBackEventHandler.RaisePostBackEvent
'Usage
Dim instance As CategoryActionHandler
Dim eventArgument As String
CType(instance, IPostBackEventHandler).RaisePostBackEvent(eventArgument)
void IPostBackEventHandler.RaisePostBackEvent(
string eventArgument
)
Parameters
- eventArgument
Type: System.String
Implements
IPostBackEventHandler.RaisePostBackEvent(String)
See Also
Reference
Microsoft.SharePoint.Portal.Search.Admin.WebControls Namespace