Spread for ASP.NET 9.0 Product Documentation
DataChanged Event (CellRangeSegmentData)


Occurs when data of one cell in the cell range is changed.
Syntax
'Declaration
 
Public Event DataChanged As SegmentDataChangedEventHandler
'Usage
 
Dim instance As CellRangeSegmentData
Dim handler As SegmentDataChangedEventHandler
 
AddHandler instance.DataChanged, handler
public event SegmentDataChangedEventHandler DataChanged
Event Data

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

PropertyDescription
CountChangedGets a value that indicates whether [count changed].  
FormulaChangedGets a value that indicates whether [formula changed].  
RangeRemovedGets a value that indicates whether [range removed].  
SheetRemovedGets a value that indicates whether the sheet is removed.  
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

CellRangeSegmentData Class
CellRangeSegmentData Members

 

 


Copyright © GrapeCity, inc. All rights reserved.