GrapeCity MultiRow Windows Forms Documentation
CurrentCellDirtyStateChanged Event


Occurs when the state of a cell changes in relation to a change in its contents.
Syntax
<SRDescriptionAttribute("Occurs when the state of the current cell changes in relation to a change in its contents.")>
<SRCategoryAttribute("Behavior")>
Public Event CurrentCellDirtyStateChanged As EventHandler
Dim instance As GcMultiRow
Dim handler As EventHandler
 
AddHandler instance.CurrentCellDirtyStateChanged, handler
[SRDescription("Occurs when the state of the current cell changes in relation to a change in its contents.")]
[SRCategory("Behavior")]
public event EventHandler CurrentCellDirtyStateChanged
Remarks

A cell is marked as modified if its contents have changed but the change has not been saved.

This event typically occurs when a cell has been edited but the change has not been committed to the data cache, or when an edit operation is canceled.

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.