IChangeToken Interface

Definição

Propaga notificações de que ocorreu uma alteração.Propagates notifications that a change has occurred.

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

Propriedades

ActiveChangeCallbacks

Indica se este token gerará proativamente retornos de chamada.Indicates if this token will pro-actively raise callbacks. Se false, o consumidor do token deverá sondar HasChanged para detectar alterações.If false, the token consumer must poll HasChanged to detect changes.

HasChanged

Obtém um valor que indica se uma alteração ocorreu.Gets a value that indicates if a change has occurred.

Métodos

RegisterChangeCallback(Action<Object>, Object)

Registra para um retorno de chamada que será invocado quando a entrada for alterada.Registers for a callback that will be invoked when the entry has changed. HasChanged PRECISA ser definido antes de o retorno de chamada ser invocado.HasChanged MUST be set before the callback is invoked.

Aplica-se a