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.
Implements the RaiseCallbackEvent() method.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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