System.Data Namespace ConstraintCollection Class
Occurs when the ConstraintCollection is changed through additions or removals.
[ VB ] Public Event CollectionChanged As CollectionChangeEventHandler [ C# ] public event CollectionChangeEventHandler CollectionChanged; [ C++ ] public: __event CollectionChangeEventHandler* CollectionChanged;
In [ JScript ], you can handle the events defined by a class, but you cannot define your own.
The event handler receives an argument of type CollectionChangeEventArgs containing data related to this event. The following CollectionChangeEventArgs properties provide information specific to this event.
For more information about handling events, see Web Forms Event Model.
ConstraintCollection Members
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note