BCGSoft.Controls.Grid Namespace > GridControl Class : DataItemUpdated Event |
'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
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.
Property | Description |
---|---|
Column | Gets the grid column of data item. |
DataItem | Gets data item that has been updated. |
Row | Gets the row of data item. |
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