UpdatePageStateCommandHandler.RaiseCallbackEvent Method
Implements the RaiseCallbackEvent() method.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overridable Sub RaiseCallbackEvent ( _
evtHandler As String _
)
'Usage
Dim instance As UpdatePageStateCommandHandler
Dim evtHandler As String
instance.RaiseCallbackEvent(evtHandler)
public virtual void RaiseCallbackEvent(
string evtHandler
)
Parameters
evtHandler
Type: System.StringThe event arguments to pass to the event handler.
Implements
ICallbackEventHandler.RaiseCallbackEvent(String)
See Also
Reference
UpdatePageStateCommandHandler Class