Request for redraw of the client-side object. 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(
	CallBackUpdateType updateType
)
Visual Basic
Public Sub Update ( _
	updateType As CallBackUpdateType _
)
Visual C++
public:
void Update(
	CallBackUpdateType updateType
)

Parameters

updateType
Type: DayPilot.Web.Ui.Enums..::..CallBackUpdateType
Update type (None/EventsOnly/Full)

See Also