GrapeCity MultiRow Windows Forms Documentation
NotifyCurrentCellDirty Method


true to indicate the cell has uncommitted changes; otherwise, false.
Notifies the GcMultiRow control if the current cell has uncommitted changes.
Syntax
Public Sub NotifyCurrentCellDirty( _
   ByVal dirty As Boolean _
) 
Dim instance As GcMultiRow
Dim dirty As Boolean
 
instance.NotifyCurrentCellDirty(dirty)
public void NotifyCurrentCellDirty( 
   bool dirty
)

Parameters

dirty
true to indicate the cell has uncommitted changes; otherwise, false.
Exceptions
ExceptionDescription
System.InvalidOperationExceptionThe template is a null reference (Nothing in Visual Basic).
Remarks

Changing the cell dirty state to true when the current cell is in an uncommitted new row, may cause the row count to increase.

This method can be used to allow custom cell types to notify the GcMultiRow control when they have uncommitted changes. The IEditingControl's IEditingControl.DirtyStateChanged and the IEditingCell's IEditingCell.EditingCellValueChanged events have similar functions.

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.