BCGControlBar Library for .NET
DataItemUpdated Event




Raised when GridDataItem.ItemData has been updated.
Syntax
'Declaration
 
Public Event DataItemUpdated As DataItemUpdatedEventHandler
'Usage
 
Dim instance As GridControl
Dim handler As DataItemUpdatedEventHandler
 
AddHandler instance.DataItemUpdated, handler
public event DataItemUpdatedEventHandler DataItemUpdated
public: __event DataItemUpdatedEventHandler* DataItemUpdated
public:
event DataItemUpdatedEventHandler^ DataItemUpdated
Event Data

The event handler receives an argument of type DataItemUpdatedEventArgs containing data related to this event. The following DataItemUpdatedEventArgs properties provide information specific to this event.

PropertyDescription
Column Gets the grid column of data item.
DataItem Gets data item that has been updated.
Row Gets the row of data item.
Remarks
It can be caused by any external code that has access to a GridDataItem.
For example, you may have several grids working with the same data.
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

GridControl Class
GridControl Members

Send Feedback