GrapeCity MultiRow Windows Forms Documentation
UserDeletingRow Event


Occurs when a row is being deleted from the GcMultiRow control through UI behavior.
Syntax
<SRDescriptionAttribute("Occurs when a row is being deleted from the GcMultiRow control with a UI operation.")>
<SRCategoryAttribute("Action")>
Public Event UserDeletingRow As EventHandler(Of RowCancelEventArgs)
Dim instance As GcMultiRow
Dim handler As EventHandler(Of RowCancelEventArgs)
 
AddHandler instance.UserDeletingRow, handler
[SRDescription("Occurs when a row is being deleted from the GcMultiRow control with a UI operation.")]
[SRCategory("Action")]
public event EventHandler<RowCancelEventArgs> UserDeletingRow
Event Data

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

PropertyDescription
Cancel (Inherited from System.ComponentModel.CancelEventArgs)
RowGets the Row that is involved.  
Remarks

This event can be canceled to prevent row deletion from being completed. Select a Row and use Ctrl + Delete to delete this row, and this event is fired.

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.