Xceed .NET Libraries Documentation
NotifyListBase Class Members
Properties  Methods 


Xceed.Zip Assembly > Xceed.Zip.Sfx Namespace : NotifyListBase Class

The following tables list the members exposed by NotifyListBase.

Public Properties
 NameDescription
Public PropertyGets the number of items contained in the System.Collections.ICollection. (Inherited from Xceed.Utils.Collections.ListBase)
Public PropertyGets a boolean value indicating whether the list has a fixed size. (Inherited from Xceed.Utils.Collections.ListBase)
Public PropertyGets a boolean value indicating if the list is readonly. (Inherited from Xceed.Utils.Collections.ListBase)
Public PropertyGets a boolean value indicating if access to the System.Collections.ICollection is synchronized (thread-safe). (Inherited from Xceed.Utils.Collections.ListBase)
Public PropertyGets an object that can be used to synchronize access to the System.Collections.ICollection. (Inherited from Xceed.Utils.Collections.ListBase)
Top
Protected Properties
 NameDescription
Protected PropertyGets an array containing the contents of the list. (Inherited from Xceed.Utils.Collections.ListBase)
Top
Public Methods
 NameDescription
Public MethodCopies the items of the System.Collections.ICollection to an array, starting at a particular array index. (Inherited from Xceed.Utils.Collections.ListBase)
Top
Protected Methods
 NameDescription
Protected MethodAdds an item to the array. (Inherited from Xceed.Utils.Collections.ListBase)
Protected MethodRemoves all items from the array. (Inherited from Xceed.Utils.Collections.ListBase)
Protected MethodInitializes the array and populates it with the specified objects. (Inherited from Xceed.Utils.Collections.ListBase)
Protected MethodInserts an item into the array at the specified index. (Inherited from Xceed.Utils.Collections.ListBase)
Protected MethodRemoves the item at the specified index. (Inherited from Xceed.Utils.Collections.ListBase)
Protected MethodEnsures that the capacity of this instance of the list is at least the specified value. (Inherited from Xceed.Utils.Collections.ListBase)
Protected Internal MethodAdds an item to the list. (Inherited from Xceed.Utils.Collections.ListBase)
Protected Internal MethodRemoves all items from the list. (Inherited from Xceed.Utils.Collections.ListBase)
Protected Internal MethodInserts an item to the list at the specified index. (Inherited from Xceed.Utils.Collections.ListBase)
Protected Internal MethodRemoves the first occurrence of value from the list. (Inherited from Xceed.Utils.Collections.ListBase)
Protected Internal MethodRemoves the item at the specified index. (Inherited from Xceed.Utils.Collections.ListBase)
Protected Internal MethodSets the item at the specified index. (Inherited from Xceed.Utils.Collections.ListBase)
Protected MethodAdds an item to the list. (Inherited from Xceed.Utils.Collections.ListBase)
Protected MethodRemoves all items from the list. (Inherited from Xceed.Utils.Collections.ListBase)
Protected MethodRetrieves a boolean value indicating if the item exists in the list. (Inherited from Xceed.Utils.Collections.ListBase)
Protected MethodRetrieves the item at the specified index. (Inherited from Xceed.Utils.Collections.ListBase)
Protected MethodSearches for the specified item in the list and returns the zero-based index of the first occurrence. (Inherited from Xceed.Utils.Collections.ListBase)
Protected MethodInserts an item to the list at the specified index. (Inherited from Xceed.Utils.Collections.ListBase)
Protected MethodRemoves the first occurrence of value from the list. (Inherited from Xceed.Utils.Collections.ListBase)
Protected MethodRemoves the item at the specified index. (Inherited from Xceed.Utils.Collections.ListBase)
Protected MethodSets the item at the specified index. (Inherited from Xceed.Utils.Collections.ListBase)
Protected MethodOverridden. Performs additional custom processes when clearing the contents of the list.  
Protected MethodPerforms additional custom processes after clearing the contents of the Xceed.Utils.Collections.ListBase instance. (Inherited from Xceed.Utils.Collections.ListBase)
Protected MethodPerforms additional custom processes before inserting a new item into the Xceed.Utils.Collections.ListBase instance. (Inherited from Xceed.Utils.Collections.ListBase)
Protected MethodOverridden. Performs additional custom processes after inserting a new element into the list.  
Protected MethodPerforms additional custom processes when removing an item from the Xceed.Utils.Collections.ListBase instance. (Inherited from Xceed.Utils.Collections.ListBase)
Protected MethodOverridden. Performs additional custom processes after removing an element from the list.  
Protected MethodPerforms additional custom processes before setting a value in the Xceed.Utils.Collections.ListBase instance. (Inherited from Xceed.Utils.Collections.ListBase)
Protected MethodOverridden. Performs additional custom processes after setting a value in the list.  
Protected MethodPerforms additional custom processes when validating a value. (Inherited from Xceed.Utils.Collections.ListBase)
Top
See Also

Reference

NotifyListBase Class
Xceed.Zip.Sfx Namespace