[This is preliminary documentation and is subject to change.]
Adds event handlers to collections
Namespace: Tools.WindowsT.IndependentTAssembly: 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
See Also
Version History
1.5.2
- Access changed from private to protected, made virtual