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.
Calls the ICallbackEventHandler interface that implements the callback behavior of this control.
Namespace: Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Sub RaiseCallbackEvent ( _
eventArgument As String _
)
'Usage
Dim instance As ViewChangesPageVariationAction
Dim eventArgument As String
instance.RaiseCallbackEvent(eventArgument)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public void RaiseCallbackEvent(
string eventArgument
)
Parameters
eventArgument
Type: System.StringAn ICallbackEventHandler parameter.
Implements
ICallbackEventHandler.RaiseCallbackEvent(String)
See Also
Reference
ViewChangesPageVariationAction Class
ViewChangesPageVariationAction Members
Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions Namespace