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

Namespace: DayPilot.Web.Ui
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)

Syntax

C#
public void Update(
	Object data
)
Visual Basic
Public Sub Update ( _
	data As Object _
)
Visual C++
public:
void Update(
	Object^ data
)

Parameters

data
Type: System..::..Object
Custom data to be sent to the client (accessible from AfterRenderJavaScript handler.

See Also