IRaiseItemChangedEvents Interface

Definição

Indica se uma classe converte eventos de alteração de propriedade para eventos ListChanged.Indicates whether a class converts property change events to ListChanged events.

public interface class IRaiseItemChangedEvents
public interface IRaiseItemChangedEvents
type IRaiseItemChangedEvents = interface
Public Interface IRaiseItemChangedEvents
Derivado

Comentários

A IRaiseItemChangedEvents interface normalmente é implementada junto com a IBindingList interface e indica que a lista converte eventos de alteração de propriedade em ListChanged eventos.The IRaiseItemChangedEvents interface is typically implemented together with the IBindingList interface and indicates that the list converts property change events to ListChanged events.

Você raramente precisa implementar a IRaiseItemChangedEvents interface.You rarely need to implement the IRaiseItemChangedEvents interface. No entanto, para fins de desempenho, sua fonte de dados deve implementar IRaiseItemChangedEvents se fornece a funcionalidade descrita anteriormente, e sua fonte de dados está interagindo com o BindingSource componente, pois essa funcionalidade é incorporada ao BindingSource .However, for performance purposes, your data source should implement IRaiseItemChangedEvents if it provides the functionality described previously, and your data source is interacting with the BindingSource component, because this functionality is built into the BindingSource.

Propriedades

RaisesItemChangedEvents

Obtém um valor que indica se o objeto IRaiseItemChangedEvents gera eventos ListChanged.Gets a value indicating whether the IRaiseItemChangedEvents object raises ListChanged events.

Aplica-se a