Liquid XML Data Binder (C++, Java, VB6) / Reference / C# and VB .Net (Deprecated - use Liquid XML Objects) / Reference / AttributeCol / Liquid XML Runtime for .Net - OnCollectionChange - XmlCollectionBase
In This Topic
    Liquid XML Runtime for .Net - OnCollectionChange - XmlCollectionBase
    In This Topic
    This feature has been superseded by Liquid XML Objects.
    (The original functionality is still included in the product)
    Use Liquid XML Objects
    public event OnCollectionChangeEvent OnCollectionChange;
      Property Description  
        Event Name OnCollectionChange  
        Delgate public delegate void OnCollectionChangeEvent(object source, EventArgs args);  
        Description Fired when after the collection has been modified, fired once for every object added or removed.  
        Remarks