Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetAxisModel Class / FireChanged Method
Row or column index
Number of rows or columns
Type of event that was raised


In This Topic
FireChanged Method (DefaultSheetAxisModel)
In This Topic
Fires the Changed event.
Syntax
'Declaration
 
Protected Overrides Sub FireChanged( _
   ByVal index As Integer, _
   ByVal count As Integer, _
   ByVal type As SheetAxisModelEventType _
) 
 
'Usage
 
Dim instance As DefaultSheetAxisModel
Dim index As Integer
Dim count As Integer
Dim type As SheetAxisModelEventType
 
instance.FireChanged(index, count, type)

Parameters

index
Row or column index
count
Number of rows or columns
type
Type of event that was raised
See Also