BCGSoft.Controls.Grid Namespace > GridControl Class : UserAddedRow Event |
'Declaration Public Event UserAddedRow As GridRowEventHandler
'Usage Dim instance As GridControl Dim handler As GridRowEventHandler AddHandler instance.UserAddedRow, handler
public event GridRowEventHandler UserAddedRow
public: __event GridRowEventHandler* UserAddedRow
public: event GridRowEventHandler^ UserAddedRow
The event handler receives an argument of type GridRowEventArgs containing data related to this event. The following GridRowEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel (Inherited from System.ComponentModel.CancelEventArgs) | |
Row | Gets the row. |
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