BCGSoft.Controls.Grid Namespace : DataItemChangeEventArgs Class |
The following tables list the members exposed by DataItemChangeEventArgs.
Name | Description | |
---|---|---|
![]() | DataItemChangeEventArgs Constructor |
Name | Description | |
---|---|---|
![]() | Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
![]() | Column | Grid column of item data. |
![]() | ContinueEdit | Gets or sets the value that specifies whether the grid should continue editing of cell content. |
![]() | DataItem | Gets the grid item whose data is about to be changed. |
![]() | NewValue | Gets or sets the new value for the grid data item. |
![]() | PassExceptionUp | Gets or sets the value that indicates whether to handle a possible exception in place, or throw it up. |
![]() | Row | Gets the row of data item. |