asp.net.ph

ConstraintCollection.CollectionChanged Event

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.

Event Data

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.

Property Description
Action Gets an action that specifies how the collection changed.
Element Gets the instance of the collection with the change.

Remarks

For more information about handling events, see Web Forms Event Model.

See Also

ConstraintCollection Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph