Nevron .NET Vision
Nevron.FormulaSheet Namespace / NFormulaSectionCollection Class / OnSetComplete Method


In This Topic
    OnSetComplete Method (NFormulaSectionCollection)
    In This Topic
    Overriden to call the OnChanged method
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnSetComplete( _
       ByVal index As System.Integer, _
       ByVal oldobj As System.Object, _
       ByVal newobj As System.Object _
    ) 
    'Usage
     
    
    Dim instance As NFormulaSectionCollection
    Dim index As System.Integer
    Dim oldobj As System.Object
    Dim newobj As System.Object
     
    instance.OnSetComplete(index, oldobj, newobj)
    protected override void OnSetComplete( 
       System.int index,
       System.object oldobj,
       System.object newobj
    )

    Parameters

    index
    oldobj
    newobj
    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