Share via


ViewChangesPageVariationAction.RaiseCallbackEvent Method

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.String

    An ICallbackEventHandler parameter.

Implements

ICallbackEventHandler.RaiseCallbackEvent(String)

See Also

Reference

ViewChangesPageVariationAction Class

ViewChangesPageVariationAction Members

Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions Namespace