Nevron .NET Vision
Nevron.FormulaSheet Namespace / NFormulaSheet Class / OnSectionsChanged Method


In This Topic
    OnSectionsChanged Method (NFormulaSheet)
    In This Topic
    Called by the section collection, when its content has changed
    Syntax
    'Declaration
     
    
    Public Overridable Sub OnSectionsChanged() 
    'Usage
     
    
    Dim instance As NFormulaSheet
     
    instance.OnSectionsChanged()
    public virtual void OnSectionsChanged()
    Remarks
    Fires the SectionsChanged event. Then calls the OnChanged method
    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