BCGControlBar Library for .NET
NewValue Property (DataItemChangeEventArgs)




Gets or sets the new value for the grid data item.
Syntax
'Declaration
 
Public Property NewValue As Object
'Usage
 
Dim instance As DataItemChangeEventArgs
Dim value As Object
 
instance.NewValue = value
 
value = instance.NewValue
public object NewValue {get; set;}
public: __property Object* get_NewValue();
public: __property void set_NewValue( 
   Object* value
);
public:
property Object^ NewValue {
   Object^ get();
   void set (    Object^ value);
}
Requirements
This value is taken from the cell being edited or from other source that updates the grid data item. You can alter this value in the event handler.
See Also

Reference

DataItemChangeEventArgs Class
DataItemChangeEventArgs Members

Send Feedback