Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NCallbackQueryCommandResultArgs Class / NCallbackQueryCommandResultArgs Constructor / NCallbackQueryCommandResultArgs Constructor(NCallbackCommand,NAjaxXmlTransportBuilder)
The command that was processed.
The result builder to add the result data sections.


In This Topic
    NCallbackQueryCommandResultArgs Constructor(NCallbackCommand,NAjaxXmlTransportBuilder)
    In This Topic
    Initializes a new instance of the NCallbackQueryCommandResultArgs class with a given command and result builder.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal command As NCallbackCommand, _
       ByVal resultBuilder As NAjaxXmlTransportBuilder _
    )
    'Usage
     
    
    Dim command As NCallbackCommand
    Dim resultBuilder As NAjaxXmlTransportBuilder
     
    Dim instance As New NCallbackQueryCommandResultArgs(command, resultBuilder)
    public NCallbackQueryCommandResultArgs( 
       NCallbackCommand command,
       NAjaxXmlTransportBuilder resultBuilder
    )

    Parameters

    command
    The command that was processed.
    resultBuilder
    The result builder to add the result data sections.
    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