Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NCallbackCommand Class / NCallbackCommand Constructor / NCallbackCommand Constructor(String,Hashtable)
The name of the command.
A name-value index of arguments.


In This Topic
    NCallbackCommand Constructor(String,Hashtable)
    In This Topic
    Initializes a new NCallbackCommand instance by its command name and a set of command arguments.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal name As System.String, _
       ByVal arguments As System.Collections.Hashtable _
    )
    'Usage
     
    
    Dim name As System.String
    Dim arguments As System.Collections.Hashtable
     
    Dim instance As New NCallbackCommand(name, arguments)
    public NCallbackCommand( 
       System.string name,
       System.Collections.Hashtable arguments
    )

    Parameters

    name
    The name of the command.
    arguments
    A name-value index of arguments.
    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