Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / QueryValueEventArgs Class / QueryValueEventArgs Constructor
Custom name


In This Topic
    QueryValueEventArgs Constructor
    In This Topic
    Initializes a new instance of the QueryValueEventArgs class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal customName As String _
    )
    'Usage
     
    
    Dim customName As String
     
    Dim instance As New QueryValueEventArgs(customName)
    public QueryValueEventArgs( 
       string customName
    )

    Parameters

    customName
    Custom name
    See Also