ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ToolTip Namespace / C1ToolTip Class / OnAjaxUpdate Event

In This Topic
    OnAjaxUpdate Event
    In This Topic
    Occurs on the server after the AJAX request back to server-side.
    Syntax
    'Declaration
     
    Public Event OnAjaxUpdate As GetContentCallbackHander
    public event GetContentCallbackHander OnAjaxUpdate
    See Also