AssetUrlSelector.IPostBackEventHandler.RaisePostBackEvent Method
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.String
Implements
IPostBackEventHandler.RaisePostBackEvent(String)