Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NCallbackCommand Class / NCallbackCommand Constructor / NCallbackCommand Constructor(String)
A text in the form: commandName:name1="value1", name2="value2". The following escape sequences are supported: \r, \n, \" and \'.


In This Topic
    NCallbackCommand Constructor(String)
    In This Topic
    Initializes a new NCallbackCommand instance from a source string. The string is parsed as by the ReadFromString method.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal text As System.String _
    )
    'Usage
     
    
    Dim text As System.String
     
    Dim instance As New NCallbackCommand(text)
    public NCallbackCommand( 
       System.string text
    )

    Parameters

    text
    A text in the form: commandName:name1="value1", name2="value2". The following escape sequences are supported: \r, \n, \" and \'.
    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