ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ToolTip Namespace / GetContentCallbackHander Delegate
C1ToolTipCallBackEventArgs object that contains the event data

In This Topic
    GetContentCallbackHander Delegate
    In This Topic
    Delegate type for handling OnAjaxUpdate events.
    Syntax
    'Declaration
     
    Public Delegate Sub GetContentCallbackHander( _
       ByVal e As C1ToolTipCallBackEventArgs _
    ) 
    public delegate void GetContentCallbackHander( 
       C1ToolTipCallBackEventArgs e
    )

    Parameters

    e
    C1ToolTipCallBackEventArgs object that contains the event data
    See Also