Request for redraw of the client-side object. Should be called from CallBack event handlers to ensure client update.
Namespace:
DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 5.8.1956.0 (5.8.1956.0)
Syntax
C# |
---|
public void Update( Object data, CallBackUpdateType updateType ) |
Visual Basic (Declaration) |
---|
Public Sub Update ( _ data As Object, _ updateType As CallBackUpdateType _ ) |
Visual C++ |
---|
public: void Update( Object^ data, CallBackUpdateType updateType ) |
Parameters
- data
- Type: System..::.Object
Custom data to be sent to the client (accessible from AfterRenderJavaScript handler.
- updateType
- Type: DayPilot.Web.Ui.Enums..::.CallBackUpdateType
Update type (None/EventsOnly/Full)