Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NToolCollection Class / OnSet Method


In This Topic
    OnSet Method (NToolCollection)
    In This Topic
    Overriden to check the type of the set object and call the OnCollectionChanged method
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnSet( _
       ByVal index As System.Integer, _
       ByVal oldobj As System.Object, _
       ByVal newobj As System.Object _
    ) 
    'Usage
     
    
    Dim instance As NToolCollection
    Dim index As System.Integer
    Dim oldobj As System.Object
    Dim newobj As System.Object
     
    instance.OnSet(index, oldobj, newobj)
    protected override void OnSet( 
       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