Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / CellValidationErrorEventArgs Class / CellValidationErrorEventArgs Constructor
The value which failed the validation process.
The Exception that was thrown.


In This Topic
    CellValidationErrorEventArgs Constructor
    In This Topic
    Provides information on the cell whose value failed the validation process.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As Object, _
       ByVal exception As Exception _
    )
    'Usage
     
    Dim value As Object
    Dim exception As Exception
     
    Dim instance As New CellValidationErrorEventArgs(value, exception)
    public CellValidationErrorEventArgs( 
       object value,
       Exception exception
    )

    Parameters

    value
    The value which failed the validation process.
    exception
    The Exception that was thrown.
    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