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 |
|
|