Overload List

  NameDescription
Update()()()
Request for redraw of the client-side object (EventsOnly). Should be called from CallBack event handlers to ensure client update.
Update(CallBackUpdateType)
Request for redraw of the client-side object. Should be called from CallBack event handlers to ensure client update.
Update(Object)
Request for redraw of the client-side object (EventsOnly). Should be called from CallBack event handlers to ensure client update.
Update(Object, CallBackUpdateType)
Request for redraw of the client-side object. Should be called from CallBack event handlers to ensure client update.

See Also