Determines whether there is an update on AJAX.

Namespace:  C1.Web.UI.Controls.C1ToolTip
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
[JsonAttribute(true, true, "")]
public bool IsAjaxUpdate { get; set; }
Visual Basic (Declaration)
<JsonAttribute(True, True, "")> _
Public Property IsAjaxUpdate As Boolean
	Get
	Set

See Also