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)

Parameters

value
Value of the argument
See Also