Xceed Grid for WinForms v4.3 Documentation
NewValue Property (ValueChangingEventArgs)


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > ValueChangingEventArgs Class : NewValue Property
Gets or sets the new value that is to be assigned to the cell.
Syntax
'Declaration
 
Public Property NewValue As Object
'Usage
 
Dim instance As ValueChangingEventArgs
Dim value As Object
 
instance.NewValue = value
 
value = instance.NewValue
public object NewValue {get; set;}

Property Value

The new value that is to be assigned 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

Reference

ValueChangingEventArgs Class
ValueChangingEventArgs Members