Spread Windows Forms 8.0 Product Documentation
TableRangeChanged Event (TableView)


Occurs when table range changed.
Syntax
'Declaration
 
Public Event TableRangeChanged As TableRangeChangedEventHandler
'Usage
 
Dim instance As TableView
Dim handler As TableRangeChangedEventHandler
 
AddHandler instance.TableRangeChanged, handler
public event TableRangeChangedEventHandler TableRangeChanged
Event Data

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

PropertyDescription
Column Gets column.
ColumnCount Gets column count.
Row Gets row.
RowCount Gets row count.
Type Get table changed type.
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

Reference

TableView Class
TableView Members

 

 


Copyright © GrapeCity, inc. All rights reserved.