Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NCallbackCommand Class / Arguments Property


In This Topic
    Arguments Property (NCallbackCommand)
    In This Topic
    Gets a Hashtable object containing all command arguments with argument string name set as key and argument string value set as value.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Arguments As System.Collections.Hashtable
    'Usage
     
    
    Dim instance As NCallbackCommand
    Dim value As System.Collections.Hashtable
     
    value = instance.Arguments
    public System.Collections.Hashtable Arguments {get;}
    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