Base List ControlBegin Init Method
Begin initialization
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public void BeginInit()VB
Public Sub BeginInitC++
public:
virtual void BeginInit() sealedF#
abstract BeginInit : unit -> unit
override BeginInit : unit -> unit Implements
ISupportInitializeBeginInitRemarks
Call this before performing an update on the control that will affect many items in it.
This prevents unnecessary layout updates. Calls to this method must be balanced with a corresponding
call to the EndInit method.