CompositeChangeToken.ActiveChangeCallbacks Property

Definition

Gets a value that indicates whether any of the inner IChangeToken instances will proactively raise callbacks.

public:
 property bool ActiveChangeCallbacks { bool get(); };
public bool ActiveChangeCallbacks { get; }
member this.ActiveChangeCallbacks : bool
Public ReadOnly Property ActiveChangeCallbacks As Boolean

Property Value

true if at least one of the ChangeTokens has active change callbacks; otherwise, false.

Implements

Applies to