Request a client-side refresh. Requires a fresh data set to be loaded in Events. Displays the specified message using the integrated message bar.

Namespace: DayPilot.Web.Mvc
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)

Syntax

C#
protected void UpdateWithMessage(
	string message,
	CallBackUpdateType type
)
Visual Basic
Protected Sub UpdateWithMessage ( _
	message As String, _
	type As CallBackUpdateType _
)
Visual C++
protected:
void UpdateWithMessage(
	String^ message, 
	CallBackUpdateType type
)

Parameters

message
Type: System..::..String
The message HTML to be displayed.
type
Type: DayPilot.Web.Mvc.Enums..::..CallBackUpdateType
Refresh type requested (None, EventsOnly, Full).

See Also