Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / IsValidEventArgs Class / IsValidEventArgs Constructor
Value of the argument


In This Topic
    IsValidEventArgs Constructor
    In This Topic
    Creates a new instance of IsValidEventArgs.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal value As Object _
    )
    'Usage
     
    
    Dim value As Object
     
    Dim instance As New IsValidEventArgs(value)
    public IsValidEventArgs( 
       object value
    )

    Parameters

    value
    Value of the argument
    See Also