Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / INAjaxControl Interface / QueryAjaxTools Event


In This Topic
    QueryAjaxTools Event (INAjaxControl)
    In This Topic
    Occurs when the web control is collecting tool definitions for the client side controller.
    Syntax
    'Declaration
     
    
    Event QueryAjaxTools As System.EventHandler
    'Usage
     
    
    Dim instance As INAjaxControl
    Dim handler As System.EventHandler
     
    AddHandler instance.QueryAjaxTools, handler
    event System.EventHandler QueryAjaxTools
    Remarks
    This event is fired when the web control is being loaded. Handle this event to register the tools, required that will run in the client in AJAX mode. Adding the tools at other place like the Page_Load event may cause postback events to occur before the tools were added to the controller.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also