ExpiringCollectionTItemOnCountChanged Method |
Called by the derivee to inform the owner of the collection that the count has changed. Always call this
from within a lock.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax protected virtual void OnCountChanged(
int newCount
)
Protected Overridable Sub OnCountChanged (
newCount As Integer
)
protected:
virtual void OnCountChanged(
int newCount
)
abstract OnCountChanged :
newCount : int -> unit
override OnCountChanged :
newCount : int -> unit
Parameters
- newCount
- Type: SystemInt32
See Also