ExpressionBindingCollection.Changed Event

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Occurs when the collection of ExpressionBinding objects is changed.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

member Changed : IEvent<EventHandler,
    EventArgs>

The Changed event occurs when the Add method, the Remove method, or the Clear method is called.

.NET Framework
Available since 2.0
Return to top
Show: