GrapeCity.Win.MultiRow Namespace > GcMultiRow Class : UserDeletedRow Event |
<SRCategoryAttribute("Action")> <SRDescriptionAttribute("Occurs when a row has been deleted from the GcMultiRow control with a UI operation.")> Public Event UserDeletedRow As EventHandler(Of RowEventArgs)
Dim instance As GcMultiRow Dim handler As EventHandler(Of RowEventArgs) AddHandler instance.UserDeletedRow, handler
[SRCategory("Action")] [SRDescription("Occurs when a row has been deleted from the GcMultiRow control with a UI operation.")] public event EventHandler<RowEventArgs> UserDeletedRow
The event handler receives an argument of type RowEventArgs containing data related to this event. The following RowEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Row | Gets the Row that is involved. |
This event is raised if you select a Row and use Ctrl + Delete to delete this row.
Used by the control to indicate when rows are being deleted, which allows you to update the data cache accordingly.
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