DataBindingCollection.Changed Evento

Definição

Ocorre quando a coleção de objetos DataBinding é alterada.Occurs when the collection of DataBinding objects is changed.

public:
 event EventHandler ^ Changed;
public event EventHandler Changed;
member this.Changed : EventHandler 
Public Custom Event Changed As EventHandler 

Tipo de evento

EventHandler

Comentários

O evento Changed ocorre quando o Add método, o Clear método ou o Remove método é chamado.The changed event occurs when the Add method, the Clear method, or the Remove method is called.

Aplica-se a