Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / ValueChangingEventArgs Class / ValueChangingEventArgs Constructor
The new value to assign to the cell.


In This Topic
    ValueChangingEventArgs Constructor
    In This Topic
    Provides information in the cell whose value is being changed.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal newValue As Object _
    )
    'Usage
     
    Dim newValue As Object
     
    Dim instance As New ValueChangingEventArgs(newValue)
    public ValueChangingEventArgs( 
       object newValue
    )

    Parameters

    newValue
    The new value to assign to the cell.
    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