Overload List

  NameDescription
Public methodUpdate()()()()
Request for redraw of events on the client (EventsOnly). Should be called from EventMove or EventResize event handler to ensure client update.
Public methodUpdate(Object)
Request for redraw of the client-side object (EventsOnly). Should be called from CallBack event handlers to ensure client update.
Public methodUpdate(CallBackUpdateType)
Request for redraw of the client-side object. Should be called from CallBack event handlers to ensure client update.
Public methodUpdate(Object, CallBackUpdateType)
Request for redraw of the client-side object. Should be called from CallBack event handlers to ensure client update.

See Also