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


In This Topic
    AsyncQueryCommandResult Event (INAjaxControl)
    In This Topic
    Occurs after a callback was processed, when collecting data for the result to be returned to the client.
    Syntax
    'Declaration
     
    
    Event AsyncQueryCommandResult As System.EventHandler
    'Usage
     
    
    Dim instance As INAjaxControl
    Dim handler As System.EventHandler
     
    AddHandler instance.AsyncQueryCommandResult, handler
    event System.EventHandler AsyncQueryCommandResult
    Remarks
    Uset the property ResultBuilder of the event argument of type NCallbackQueryCommandResultArgs to add data sections to the result xml that will be delivered to the client.
    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