Nevron .NET Vision
Nevron.FormulaSheet Namespace / NFormulaSheet Class / RowCellsChanged Event


In This Topic
    RowCellsChanged Event
    In This Topic
    Fired when the cells of a row in a section of this sheet have changed (the sender argument is a reference to the row)
    Syntax
    'Declaration
     
    
    Public Event RowCellsChanged As System.EventHandler
    'Usage
     
    
    Dim instance As NFormulaSheet
    Dim handler As System.EventHandler
     
    AddHandler instance.RowCellsChanged, handler
    public event System.EventHandler RowCellsChanged
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also