GrapeCity MultiRow Windows Forms Documentation
UserDeletedRow Event


Occurs after a row has been deleted from the GcMultiRow control through UI behavior.
Syntax
<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
Event Data

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.

PropertyDescription
RowGets the Row that is involved.  
Remarks

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.

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

GcMultiRow Class
GcMultiRow Members

 

 


Copyright © GrapeCity, inc. All rights reserved.