Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / BaseSheetAxisModel Class / FireChanged Method
Row or column index
Number of rows or columns
Type of event that was raised


In This Topic
    FireChanged Method (BaseSheetAxisModel)
    In This Topic
    Fires the Changed event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub FireChanged( _
       ByVal index As Integer, _
       ByVal count As Integer, _
       ByVal type As SheetAxisModelEventType _
    ) 
    'Usage
     
    
    Dim instance As BaseSheetAxisModel
    Dim index As Integer
    Dim count As Integer
    Dim type As SheetAxisModelEventType
     
    instance.FireChanged(index, count, type)
    protected virtual void FireChanged( 
       int index,
       int count,
       SheetAxisModelEventType type
    )

    Parameters

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