[This is preliminary documentation and is subject to change.]

Adds ahndlers to all items that as of type IReportsChange

Namespace: Tools.CollectionsT.GenericT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
protected virtual void AddAllItemHandlers()
Visual Basic
Protected Overridable Sub AddAllItemHandlers
Visual C++
protected:
virtual void AddAllItemHandlers()
F#
abstract AddAllItemHandlers : unit -> unit 
override AddAllItemHandlers : unit -> unit 
JScript
protected function AddAllItemHandlers()

Remarks

Call only from CTor when no handlers have been added

See Also