Xceed .NET Libraries Documentation
Xceed.Zip Assembly / Xceed.Zip.Sfx Namespace / NotifyListBase Class
Members


    NotifyListBase Class
    Represents a list that provides notification when one if its items changes.
    Syntax
    'Declaration
     
    <ListBindableAttribute(False)>
    Public Class NotifyListBase 
       Inherits Xceed.Utils.Collections.ListBase
       Implements System.Collections.ICollectionSystem.Collections.IEnumerableSystem.Collections.IList 
     
    'Usage
     
    Dim instance As NotifyListBase
    Inheritance Hierarchy

    System.Object
          Xceed.Zip.Sfx.NotifyListBase
             Xceed.Zip.Sfx.ButtonCaptionList
             Xceed.Zip.Sfx.DialogMessageList
             Xceed.Zip.Sfx.DialogStringList
             Xceed.Zip.Sfx.ExtensionAssociationList
             Xceed.Zip.Sfx.FileCopyList
             Xceed.Zip.Sfx.ProgramGroupItemList
             Xceed.Zip.Sfx.RegistryKeyList
             Xceed.Zip.Sfx.StringList

    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