Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NCollectionBase Class
Members


In This Topic
    NCollectionBase Class
    In This Topic
    A class that simply overrides the standard one and fires some events for adding and removing objects.
    Object Model
    NCollectionBase Class
    Syntax
    'Declaration
     
    
    <System.SerializableAttribute()>
    Public Class NCollectionBase 
       Inherits System.Collections.CollectionBase
       Implements Nevron.UI.INSuspendable 
    'Usage
     
    
    Dim instance As NCollectionBase
    [System.Serializable()]
    public class NCollectionBase : System.Collections.CollectionBase, Nevron.UI.INSuspendable  
    Inheritance Hierarchy
    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