Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / CellValidatingEventArgs Class / CellValidatingEventArgs Constructor
The value to validate.
The CultureInfo for the value.
The validation context of the value to validate. The validation context includes both the associated cell and data item.


    CellValidatingEventArgs Constructor
    Initializes a new instance of the CellValidatingEventArgs class specifying the value to validate as well as the validation context.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As Object, _
       ByVal culture As CultureInfo, _
       ByVal context As CellValidationContext _
    )
     
    'Usage
     
    Dim value As Object
    Dim culture As CultureInfo
    Dim context As CellValidationContext
     
    Dim instance As New CellValidatingEventArgs(value, culture, context)

    Parameters

    value
    The value to validate.
    culture
    The CultureInfo for the value.
    context
    The validation context of the value to validate. The validation context includes both the associated cell and data item.
    Requirements

    Target Platforms: Windows 11, Windows, 10, 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