Click or drag to resize
ControlBinderDoInitialising Method
Called before any initialisation is performed, specifically before anything is hooked. Can be overridden to perform setup that must be in place before any event handlers can be called.

Namespace: VirtualRadar.WinForms.PortableBinding
Assembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected virtual void DoInitialising()
See Also