GrapeCity.Xaml.SpreadSheet.Data
Changed Event (SheetSpanModelBase)


Occurs when the user makes a change to the model that affects the span of cells in the sheet.
Syntax
'Declaration
 
Public Event Changed As EventHandler(Of SheetSpanModelChangedEventArgs)
'Usage
 
Dim instance As SheetSpanModelBase
Dim handler As EventHandler(Of SheetSpanModelChangedEventArgs)
 
AddHandler instance.Changed, handler
Event Data

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

PropertyDescription
Column Gets the column index.  
ColumnCount Gets the number of columns.  
Row Gets the row index.  
RowCount Gets the number of rows.  
Type Gets the type of change event.  
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

SheetSpanModelBase Class
SheetSpanModelBase Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options