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

Adds event handlers to collections

Namespace: Tools.WindowsT.IndependentT
Assembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

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

Remarks

In derived class override this method to attach cancelable handlers - later it is impossible. Do not forget to call base-class method. Note: This method is called by CTor.

See Also

Collapse/expand Version History

1.5.2

  • Access changed from private to protected, made virtual