DeployLX Software Protection System

WithEventsCollection Class

Implements a base class for collections that raise events when items are added or removed.

Syntax

<SerializableAttribute> _
Public MustInherit Class WithEventsCollection _
	Implements IList, ICollection, IEnumerable, IChange
[SerializableAttribute]
public abstract class WithEventsCollection : IList, 
	ICollection, IEnumerable, IChange

Inheritance Hierarchy

System..::..Object
  DeployLX.Licensing.v5..::..WithEventsCollection
    DeployLX.Licensing.v5..::..ActivationProfileCollection
    DeployLX.Licensing.v5..::..CustomRegistrationFieldCollection
    DeployLX.Licensing.v5..::..IPRangeCollection
    DeployLX.Licensing.v5..::..LicenseResourceCollection
    DeployLX.Licensing.v5..::..LimitCollection
    DeployLX.Licensing.v5..::..MachineProfileEntryCollection
    DeployLX.Licensing.v5..::..OSRecordCollection
    DeployLX.Licensing.v5..::..SecureLicenseCollection
    DeployLX.Licensing.v5..::..StringCollection
    DeployLX.Licensing.v5..::..UriCollection
    DeployLX.Licensing.v5..::..ValidationRecordCollection

Assembly:  DeployLX.Licensing.v5 (in DeployLX.Licensing.v5.dll)

See Also