Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Called by ASP.NET when the AssetUrlSelector control raises a postback event on the client.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Private Sub RaisePostBackEvent ( _
eventArgument As String _
) Implements IPostBackEventHandler.RaisePostBackEvent
'Usage
Dim instance As AssetUrlSelector
Dim eventArgument As String
CType(instance, IPostBackEventHandler).RaisePostBackEvent(eventArgument)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
void IPostBackEventHandler.RaisePostBackEvent(
string eventArgument
)
Parameters
eventArgument
Type: System.StringA string containing the name of the event.
Implements
IPostBackEventHandler.RaisePostBackEvent(String)
Remarks
There is currently only one event, so the eventArgument parameter is ignored.