Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NWebControl Class / QueryAjaxTools Event


In This Topic
    QueryAjaxTools Event (NWebControl)
    In This Topic
    Occurs when the web control is collecting tool definitions for the client side controller.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("AJAX")>
    Public Event QueryAjaxTools As System.EventHandler
    'Usage
     
    
    Dim instance As NWebControl
    Dim handler As System.EventHandler
     
    AddHandler instance.QueryAjaxTools, handler
    [System.ComponentModel.Category("AJAX")]
    public 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